From 3898e077baca83b872a83122b8d2cda69ec8087a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 24 Oct 2006 13:18:52 +0000 Subject: added -fno-strict-aliasing like miller svn path=/trunk/externals/iemlib/; revision=6159 --- Make.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Make.include') 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 -- cgit v1.2.1