diff options
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -801,11 +801,7 @@ endif # The assembler can generate debug information too. ifndef ASFLAGS -ifeq ($(have-cpp-asm-debuginfo),yes) ASFLAGS := $(filter -g% -fdebug-prefix-map=%,$(CFLAGS)) -else -ASFLAGS := -endif endif ASFLAGS += $(ASFLAGS-config) $(asflags-cpu) |