diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2006-10-24 13:18:52 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2006-10-24 13:18:52 +0000 |
commit | 3898e077baca83b872a83122b8d2cda69ec8087a (patch) | |
tree | 3a82924d0c9c94c0236314bd920489dee64c359d /Make.include | |
parent | 8c0287ea91b042d5935311a045b4707c233689a2 (diff) |
added -fno-strict-aliasing like miller
svn path=/trunk/externals/iemlib/; revision=6159
Diffstat (limited to 'Make.include')
-rw-r--r-- | Make.include | 2 |
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 |