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
commita76ac40323e0e3aefe5cc1b438c96d3a4e52c18c (patch)
tree07391a5ec69ef2a4b8a4001aea5c01f9dec764ad
parent79e16b6188d2972387f76a8761ac49b0d7f45a57 (diff)
removed the "-Werror"
svn path=/trunk/externals/iem/iem_matrix/; revision=8830
-rw-r--r--src/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile
index 45c8748..c3ebc6e 100644
--- a/src/makefile
+++ b/src/makefile
@@ -9,7 +9,7 @@ LIB = -ldl -lm -lpthread
#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