From fb9f7c5d4f5ebd5b62a36821bca755d16b6aafe6 Mon Sep 17 00:00:00 2001 From: dankers Date: Wed, 2 Dec 2009 06:35:02 +0000 Subject: [PATCH] Remove ASM debug info git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@46 ebee16cc-31ac-478f-84a7-5cbb03baadba --- flight/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/flight/Makefile b/flight/Makefile index 2e9b27917..08ad38adf 100644 --- a/flight/Makefile +++ b/flight/Makefile @@ -275,11 +275,9 @@ CONLYFLAGS += $(CSTANDARD) # Assembler flags. # -Wa,...: tell GCC to pass this to the assembler. # -ahlns: create listing -# -g$(DEBUG): have the assembler create line number information ASFLAGS = -mcpu=$(MCU) -mthumb -I. -x assembler-with-cpp ASFLAGS += $(ADEFS) ASFLAGS += -Wa,-adhlns=$(addprefix $(OUTDIR)/, $(notdir $(addsuffix .lst, $(basename $<)))) -ASFLAGS += -Wa,-g$(DEBUG) ASFLAGS += $(patsubst %,-I%,$(EXTRAINCDIRS)) MATH_LIB = -lm