From f235eb7c9dcf3ed14cacf65ebfa3007afed56b5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Sun, 12 Nov 2006 12:58:58 +0000 Subject: added "-fno-strict-aliasing" to the CFLAGS to make the use of anti-denormal-macros produce proper results svn path=/trunk/; revision=6272 --- externals/build/linux/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/externals/build/linux/makefile b/externals/build/linux/makefile index 604dac26..3e778283 100644 --- a/externals/build/linux/makefile +++ b/externals/build/linux/makefile @@ -43,7 +43,7 @@ CPU_FLAGS = -O2 # PowerPC G5 #CPU_FLAGS = -O3 -mpowerpc64 -maltivec -falign-functions=32 -falign-labels=32 -falign-loops=32 -falign-jumps=32 -OPTIM_FLAGS = -funroll-loops -fomit-frame-pointer $(CPU_FLAGS) +OPTIM_FLAGS = -funroll-loops -fomit-frame-pointer -fno-strict-aliasing $(CPU_FLAGS) CFLAGS = -fPIC -DPD -DUNIX $(OPTIM_FLAGS) \ -Wall -W -Wshadow -Wstrict-prototypes \ -- cgit v1.2.1