aboutsummaryrefslogtreecommitdiff
path: root/src/makefile
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2007-10-17 16:10:09 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2007-10-17 16:10:09 +0000
commit68d95c3b916bbae01d85de5f47c9c5cd989f2171 (patch)
tree1e63de97595fe63bc5bc061a8dbc3fd3958527ca /src/makefile
parent57d613cfb64f33266ed33bc090c44d0e2af16b7b (diff)
removed the -Werror
svn path=/trunk/externals/iem/iem_roomsim/; revision=8828
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile
index 9efcae6..a4b646f 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