aboutsummaryrefslogtreecommitdiff
path: root/dssi/makefile
diff options
context:
space:
mode:
authorJamie Bullock <postlude@users.sourceforge.net>2006-03-17 17:08:49 +0000
committerJamie Bullock <postlude@users.sourceforge.net>2006-03-17 17:08:49 +0000
commit64dffc583f9df22fa778209a8fbf1942c2c45120 (patch)
tree956ffb89cbc6b0bf787d238557b419bf36af25c1 /dssi/makefile
parent3d4be27ffbaa9545b112895f56657503a0452109 (diff)
Restructed loader/free.Added plug facility, which currently doesn't work with DSP on.
svn path=/trunk/externals/postlude/; revision=4738
Diffstat (limited to 'dssi/makefile')
-rwxr-xr-xdssi/makefile4
1 files changed, 2 insertions, 2 deletions
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