Update of /cvsroot/pure-data/externals/grill/flext/buildsys In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23509/buildsys
Modified Files: gnumake.inc Log Message: fixed typo added profiling flags for OSX small fixes
Index: gnumake.inc =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/gnumake.inc,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** gnumake.inc 11 Jan 2005 04:58:11 -0000 1.4 --- gnumake.inc 19 Apr 2005 13:29:52 -0000 1.5 *************** *** 8,13 **** --- 8,17 ---- CFLAGS += -D_DEBUG $(DFLAGS) else + ifdef PROFILE + CFLAGS += -DNDEBUG $(OFLAGS) + else CFLAGS += -DNDEBUG $(OFLAGS) endif + endif