From 64dffc583f9df22fa778209a8fbf1942c2c45120 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Fri, 17 Mar 2006 17:08:49 +0000 Subject: Restructed loader/free.Added plug facility, which currently doesn't work with DSP on. svn path=/trunk/externals/postlude/; revision=4738 --- dssi/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dssi/makefile') diff --git a/dssi/makefile b/dssi/makefile index 70a567c..47726b9 100755 --- a/dssi/makefile +++ b/dssi/makefile @@ -14,12 +14,12 @@ pd_linux: src/$(NAME).pd_linux .SUFFIXES: .pd_linux -#LINUXCFLAGS = -DPD -O3 -fPIC -funroll-loops -fomit-frame-pointer \ +LINUXCFLAGS = -DPD -O3 -fPIC -funroll-loops -fomit-frame-pointer \ -Wall -W -Wshadow -Wstrict-prototypes -Werror \ -Wno-unused -Wno-parentheses -Wno-switch # Debug -LINUXCFLAGS = -ggdb -g -DPD -O0 -fPIC -funroll-loops -fomit-frame-pointer \ +#LINUXCFLAGS = -ggdb -g -DPD -O0 -fPIC -funroll-loops -fomit-frame-pointer \ -Wall -W -Wshadow -Wstrict-prototypes -Werror \ -Wno-unused -Wno-parentheses -Wno-switch -- cgit v1.2.1