diff options
author | Miller Puckette <millerpuckette@users.sourceforge.net> | 2005-09-15 03:17:27 +0000 |
---|---|---|
committer | Miller Puckette <millerpuckette@users.sourceforge.net> | 2005-09-15 03:17:27 +0000 |
commit | 46f38b8d427735b339a98994b0db776b874f05ad (patch) | |
tree | 9292d6021d77955d5b63531176dec11d51312ddf /pd/src/makefile | |
parent | b8827f17107c537f192c60eef0d7840ba1d2d3e8 (diff) |
Bug fixes for 0.39-0, in preparation for releasing 0.39-1.
svn path=/trunk/; revision=3561
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 |