aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2007-10-17 16:15:04 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2007-10-17 16:15:04 +0000
commitc699fa5d902034aa7eb9d4fc6796dd20842a037c (patch)
tree916192b8b618d7cd3ec73dbaa263d495b1daec81
parent0fa6c9c48772ca84ce94552e90914c9e767504eb (diff)
removed the "-Werror"
svn path=/trunk/externals/iem/iem_delay/; revision=8830
-rw-r--r--src/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile
index 24a337c..5dcc2aa 100644
--- a/src/makefile
+++ b/src/makefile
@@ -9,7 +9,7 @@ LIB = -ldl -lm
#select either the DBG and OPT compiler flags below:
-CFLAGS = -DPD -DUNIX -W -Werror -Wno-unused \
+CFLAGS = -DPD -DUNIX -W -Wno-unused \
-Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer -fno-strict-aliasing \
-DDL_OPEN -fPIC