aboutsummaryrefslogtreecommitdiff
path: root/Make.include
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-10-24 13:18:52 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-10-24 13:18:52 +0000
commit3898e077baca83b872a83122b8d2cda69ec8087a (patch)
tree3a82924d0c9c94c0236314bd920489dee64c359d /Make.include
parent8c0287ea91b042d5935311a045b4707c233689a2 (diff)
added -fno-strict-aliasing like miller
svn path=/trunk/externals/iemlib/; revision=6159
Diffstat (limited to 'Make.include')
-rw-r--r--Make.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/Make.include b/Make.include
index fbecf97..5e08c6f 100644
--- a/Make.include
+++ b/Make.include
@@ -11,7 +11,7 @@ LIB = -ldl -lm -lpthread
#select either the DBG and OPT compiler flags below:
CFLAGS = -DPD -DUNIX -W -Werror -Wno-unused \
- -Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer \
+ -Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer -fno-strict-aliasing \
-DDL_OPEN -fPIC