aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/buildsys/mac
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-01-10 04:58:42 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-01-10 04:58:42 +0000
commit97492d5628f603856df9a3dd2abd55d33918dc4f (patch)
tree2f6f8d9db7be57daf1df87a0a89a413487a124ff /externals/grill/flext/buildsys/mac
parent53c16e06983f9b03464f41b8c0ed3206382c5538 (diff)
better templates, some minor changes
build system: added profiler mode, more fixes svn path=/trunk/; revision=2486
Diffstat (limited to 'externals/grill/flext/buildsys/mac')
-rw-r--r--externals/grill/flext/buildsys/mac/gnumake-gcc.inc5
1 files changed, 1 insertions, 4 deletions
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