diff options
author | Miller Puckette <millerpuckette@users.sourceforge.net> | 2005-12-02 04:58:24 +0000 |
---|---|---|
committer | Miller Puckette <millerpuckette@users.sourceforge.net> | 2005-12-02 04:58:24 +0000 |
commit | fd14b14379cf592d3806385814b8ed2a86336f02 (patch) | |
tree | ac923ddced383167a4d5761f9124f6e702c289c7 /pd/src/makefile | |
parent | 08596048cf2b13cfba6d7fabe5ad5604875d9a45 (diff) |
Memory leak patch, plus change to x_connective.c to fix a bug
svn path=/trunk/; revision=4103
Diffstat (limited to 'pd/src/makefile')
-rw-r--r-- | pd/src/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pd/src/makefile b/pd/src/makefile index 2ad50698..433bbb6c 100644 --- a/pd/src/makefile +++ b/pd/src/makefile @@ -19,7 +19,7 @@ GLIB = -ltk8.4 -ltcl8.4 LDFLAGS = -Wl,-export-dynamic -lasound LIB = -ldl -lpthread -lasound -OPT_CFLAGS = -g +OPT_CFLAGS = -O6 -funroll-loops -fomit-frame-pointer WARN_CFLAGS = -Wall -W -Wstrict-prototypes \ -Wno-unused -Wno-parentheses -Wno-switch ARCH_CFLAGS = -DPD |