diff options
Diffstat (limited to 'pd/src')
-rw-r--r-- | pd/src/makefile | 2 | ||||
-rw-r--r-- | pd/src/s_main.c | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/pd/src/s_main.c b/pd/src/s_main.c index ba3c5e70..b722d960 100644 --- a/pd/src/s_main.c +++ b/pd/src/s_main.c @@ -2,7 +2,7 @@ * For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. */ -char pd_version[] = "Pd version 0.39-1\n"; +char pd_version[] = "Pd version 0.39-2\n"; char pd_compiletime[] = __TIME__; char pd_compiledate[] = __DATE__; |