diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2003-01-03 04:35:22 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2003-01-03 04:35:22 +0000 |
commit | cdf86b37d6180f5f88393c02d8f5e19e2e645ad6 (patch) | |
tree | 69f866117656c701f9febb83bcea9fa67ae9c955 /externals/grill/flext/makefile.pd-darwin | |
parent | 10e0265429983876e2fd69950df4d51c8faf5635 (diff) |
""
svn path=/trunk/; revision=317
Diffstat (limited to 'externals/grill/flext/makefile.pd-darwin')
-rw-r--r-- | externals/grill/flext/makefile.pd-darwin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/flext/makefile.pd-darwin b/externals/grill/flext/makefile.pd-darwin index 89b77f00..d17e0774 100644 --- a/externals/grill/flext/makefile.pd-darwin +++ b/externals/grill/flext/makefile.pd-darwin @@ -15,7 +15,7 @@ include $(CONFIG) # compiler+linker stuff INCLUDES=$(PDPATH) $(SNDOBJ) FLAGS=-DFLEXT_SYS=2 -Wno-unused -Wno-parentheses -Wno-switch -Wstrict-prototypes # -maltivec -CFLAGS=-O6 +CFLAGS=-O6 -fno-exceptions -fno-rtti CFLAGS_D=-g -Wshadow CFLAGS_T=-DFLEXT_THREADS LIBS= |