dm36x: Remove -g flag from default build.

This commit is contained in:
Kelvin Lawson
2013-12-17 23:05:40 +00:00
parent 2a25b84538
commit 9a03de649e

View File

@@ -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