diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2003-12-30 01:02:03 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2003-12-30 01:02:03 +0000 |
commit | 22352b18f2fc39ba4b60113acde86e2ead9afeab (patch) | |
tree | 4355912d4ba28737a783d871062af7ac0a445f2f /externals/grill/dyn/makefile.pd-darwin | |
parent | 09f42a0bf075cb60783111169b8dd5fc23497fae (diff) |
""
svn path=/trunk/; revision=1242
Diffstat (limited to 'externals/grill/dyn/makefile.pd-darwin')
-rw-r--r-- | externals/grill/dyn/makefile.pd-darwin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/dyn/makefile.pd-darwin b/externals/grill/dyn/makefile.pd-darwin index 2fc40958..2294d4a5 100644 --- a/externals/grill/dyn/makefile.pd-darwin +++ b/externals/grill/dyn/makefile.pd-darwin @@ -22,7 +22,7 @@ FLEXTLIB=$(FLEXTPATH)/flext.a INCLUDES=$(PDPATH) LIBPATH= FLAGS=-DFLEXT_SYS=2 ${U_FLAGS} -CFLAGS=-O6 -Wno-unused -Wno-parentheses -Wno-switch -Wstrict-prototypes -fno-rtti +CFLAGS=-O2 -Wno-unused -Wno-parentheses -Wno-switch -Wstrict-prototypes -fno-rtti #CFLAGS=-g LIBS=m FRAMEWORKS=vecLib |