diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2003-03-03 07:57:50 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2003-03-03 07:57:50 +0000 |
commit | c3ae6e7ab08db709ffa1975eea70bfc9461f1d6a (patch) | |
tree | 04f0076fb51a1ed9ff22b16385e07a4105bb34c3 /externals/grill/flext/makefile.pd-darwin | |
parent | fe9b0d819d5478fa8256a612f3ba7de44894baf5 (diff) |
""
svn path=/trunk/; revision=448
Diffstat (limited to 'externals/grill/flext/makefile.pd-darwin')
-rw-r--r-- | externals/grill/flext/makefile.pd-darwin | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/externals/grill/flext/makefile.pd-darwin b/externals/grill/flext/makefile.pd-darwin index 62ac9864..eaa68a92 100644 --- a/externals/grill/flext/makefile.pd-darwin +++ b/externals/grill/flext/makefile.pd-darwin @@ -14,7 +14,8 @@ include ${CONFIG} # compiler+linker stuff INCLUDES=${PDPATH} -FLAGS=-DFLEXT_SYS=2 -Wno-unused -Wno-parentheses -Wshadow -Wno-switch -Wstrict-prototypes -fno-exceptions ${UFLAGS} +FLAGS=-DFLEXT_SYS=2 -Wno-unused -Wno-parentheses -Wno-switch -Wstrict-prototypes +FLAGS+=${UFLAGS} -fno-exceptions CFLAGS=-O6 CFLAGS_D=-g CFLAGS_T=-DFLEXT_THREADS |