From fd14b14379cf592d3806385814b8ed2a86336f02 Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Fri, 2 Dec 2005 04:58:24 +0000 Subject: Memory leak patch, plus change to x_connective.c to fix a bug svn path=/trunk/; revision=4103 --- pd/src/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pd/src/makefile') 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 -- cgit v1.2.1