diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2007-10-17 16:15:04 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2007-10-17 16:15:04 +0000 |
commit | 5430855848021366927ef61c11b100661ce45046 (patch) | |
tree | 934f619b131beed29d36e4688211eeb8c087c128 /src | |
parent | 408677b2340708fdf303552f1391a4d85c3aef1b (diff) |
removed the "-Werror"
svn path=/trunk/externals/iem/iem_spec2/; revision=8830
Diffstat (limited to 'src')
-rw-r--r-- | src/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile index 3cab05a..7233ef2 100644 --- a/src/makefile +++ b/src/makefile @@ -11,7 +11,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 |