From e3ed1bbbd479c1b7262bb8ab954be825ec1d24f3 Mon Sep 17 00:00:00 2001 From: musil Date: Fri, 10 Nov 2006 14:53:19 +0000 Subject: fno-strict-aliasing flag svn path=/trunk/externals/iem/iem_tab/; revision=6260 --- src/makefile | 4 ++-- 1 file 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) -- cgit v1.2.1