summaryrefslogtreecommitdiffstats
path: root/make/custom/gba.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/gba.cfg')
-rw-r--r--make/custom/gba.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/gba.cfg b/make/custom/gba.cfg
index 56d0c783b9..dd9a1fe21a 100644
--- a/make/custom/gba.cfg
+++ b/make/custom/gba.cfg
@@ -19,7 +19,7 @@ RTEMS_BSP_FAMILY=gba
CPU_CFLAGS = -mcpu=$(RTEMS_CPU_MODEL) -msoft-float -mstructure-size-boundary=8
# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V = -O2
+CFLAGS_OPTIMIZE_V = -O2 -g
define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \