From 7d12e0206d105a8e3de138f54e2cee19bc444614 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 18 Jan 2007 11:24:48 +0000 Subject: Add -g to CFLAGS_OPTIMIZE_V. --- make/custom/psim.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/custom/psim.cfg') diff --git a/make/custom/psim.cfg b/make/custom/psim.cfg index 7597da1bd3..76ef5e4beb 100644 --- a/make/custom/psim.cfg +++ b/make/custom/psim.cfg @@ -19,7 +19,7 @@ CPU_CFLAGS = -mcpu=603e -Dppc603e #-ffunction-sections # optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V = -O2 -fno-keep-inline-functions +CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).exe \ -- cgit v1.2.3