提交 1875639a 编写于 作者: S sgehwolf

8207057: No debug info for assembler files

Summary: Generate debug info for assembler files as needed.
Reviewed-by: erikj
上级 96dc1797
......@@ -184,6 +184,10 @@ AOUT_FLAGS += $(ARCHFLAG)
LFLAGS += $(ARCHFLAG)
ASFLAGS += $(ARCHFLAG)
ifeq ($(DEBUG_BINARIES), true)
ASFLAGS += $(ASFLAGS_DEBUG_SYMBOLS)
endif
# Use C++ Interpreter
ifdef CC_INTERP
CFLAGS += -DCC_INTERP
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册