diff options
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 |