aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/tutorial/makefile.pd-darwin
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2004-01-26 03:32:22 +0000
committerThomas Grill <xovo@users.sourceforge.net>2004-01-26 03:32:22 +0000
commitc58e9c41c48256950c2d6469a14686a3bd5036bf (patch)
treea69803ba4502f1804300be41461213d21e81467d /externals/grill/flext/tutorial/makefile.pd-darwin
parentc4e8b1028a49b19c8f8dcfdbec96a02d89d05cb1 (diff)
""
svn path=/trunk/; revision=1294
Diffstat (limited to 'externals/grill/flext/tutorial/makefile.pd-darwin')
-rw-r--r--externals/grill/flext/tutorial/makefile.pd-darwin4
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/grill/flext/tutorial/makefile.pd-darwin b/externals/grill/flext/tutorial/makefile.pd-darwin
index 086d1334..5241f11b 100644
--- a/externals/grill/flext/tutorial/makefile.pd-darwin
+++ b/externals/grill/flext/tutorial/makefile.pd-darwin
@@ -16,9 +16,9 @@ FLEXTLIB=$(FLEXTPATH)/flext_t.a # take threaded library for all
INCLUDES=$(PDPATH)
LIBPATH=
FLAGS=-DFLEXT_SYS=2 -DFLEXT_THREADS -Wno-unused -Wno-parentheses -Wno-switch -Wstrict-prototypes -Wno-long-double
-CFLAGS=${UFLAGS} -O6 -fno-rtti
+CFLAGS=${UFLAGS} -O2 -fno-rtti
LIBS=m
-LDFLAGS=-bundle -bundle_loader $(PD)
+LDFLAGS=-framework vecLib -bundle -bundle_loader $(PD)
# the rest can stay untouched
# ----------------------------------------------