diff options
author | musil <tmusil@users.sourceforge.net> | 2006-11-10 14:53:19 +0000 |
---|---|---|
committer | musil <tmusil@users.sourceforge.net> | 2006-11-10 14:53:19 +0000 |
commit | e3ed1bbbd479c1b7262bb8ab954be825ec1d24f3 (patch) | |
tree | 28d310c48a625fb8edcb223682ade8b960035b19 /src | |
parent | 5550827eb9c72018e8118ac1768ad1d17bbc1745 (diff) |
fno-strict-aliasing flag
svn path=/trunk/externals/iem/iem_tab/; revision=6260
Diffstat (limited to 'src')
-rw-r--r-- | src/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/makefile b/src/makefile index 760d1d4..8a17d6f 100644 --- a/src/makefile +++ b/src/makefile @@ -10,8 +10,8 @@ LIB = -ldl -lm #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 \ - -DDL_OPEN + -Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer -fno-strict-aliasing \ + -DDL_OPEN -fPIC SYSTEM = $(shell uname -m) |