From db2f3e91c59b6e7ae0e4cf60281534a2aade2eeb Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Thu, 27 Oct 2016 08:42:57 -0700 Subject: Remove -g from CFLAGS --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0c117d576..3a2d8ccb0 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,8 @@ SHELL := /bin/bash -o pipefail AS := $(DEVKITARM)/bin/arm-none-eabi-as ASFLAGS := -mcpu=arm7tdmi -CC1 := tools/agbcc/bin/agbcc -CFLAGS := -mthumb-interwork -Wimplicit -O2 -g -fhex-asm +CC1 := tools/agbcc/bin/agbcc +override CFLAGS += -mthumb-interwork -Wimplicit -O2 -fhex-asm CPP := $(DEVKITARM)/bin/arm-none-eabi-cpp CPPFLAGS := -I tools/agbcc/include -iquote include -nostdinc -undef -- cgit v1.2.3