From 9a03de649ef84a4772e03e34b393a93ae42955bc Mon Sep 17 00:00:00 2001 From: Kelvin Lawson Date: Tue, 17 Dec 2013 23:05:40 +0000 Subject: [PATCH] dm36x: Remove -g flag from default build. --- ports/arm/platforms/dm36x/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/arm/platforms/dm36x/Makefile b/ports/arm/platforms/dm36x/Makefile index 8344198..39cc7db 100644 --- a/ports/arm/platforms/dm36x/Makefile +++ b/ports/arm/platforms/dm36x/Makefile @@ -69,7 +69,7 @@ vpath %.o ./$(BUILD_DIR) vpath %.elf ./$(BUILD_DIR) # GCC flags -CFLAGS=-g -c -mcpu=arm926ej-s -ffreestanding -Wall -Werror -Wno-unused-but-set-variable +CFLAGS=-c -mcpu=arm926ej-s -ffreestanding -Wall -Werror -Wno-unused-but-set-variable AFLAGS=$(CFLAGS) -x assembler-with-cpp LFLAGS=-mcpu=arm926ej-s -Tsystem.ld -Wall