From 97492d5628f603856df9a3dd2abd55d33918dc4f Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Mon, 10 Jan 2005 04:58:42 +0000 Subject: better templates, some minor changes build system: added profiler mode, more fixes svn path=/trunk/; revision=2486 --- externals/grill/flext/buildsys/mac/gnumake-gcc.inc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'externals/grill/flext/buildsys/mac') diff --git a/externals/grill/flext/buildsys/mac/gnumake-gcc.inc b/externals/grill/flext/buildsys/mac/gnumake-gcc.inc index ffc9c6ef..1bfe2362 100644 --- a/externals/grill/flext/buildsys/mac/gnumake-gcc.inc +++ b/externals/grill/flext/buildsys/mac/gnumake-gcc.inc @@ -4,11 +4,8 @@ LDFLAGS += -dynamic -Wl,-x -framework ApplicationServices -framework vecLib ############################################## -CFLAGS += $(UFLAGS) - ifdef DEBUG -CFLAGS += -g -D_DEBUG +CFLAGS += -g else -CFLAGS += $(OFLAGS) -DNDEBUG LDFLAGS += -Wl,-S endif -- cgit v1.2.1