From 7007d5067b69480ad5d61edee496a50b6114a0c1 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 17 May 2008 19:15:39 +0000 Subject: added -fast on Intel to enable full optimization and auto-vectorization svn path=/trunk/; revision=9833 --- packages/darwin_app/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/darwin_app') diff --git a/packages/darwin_app/Makefile b/packages/darwin_app/Makefile index cac96efa..90060846 100644 --- a/packages/darwin_app/Makefile +++ b/packages/darwin_app/Makefile @@ -40,7 +40,7 @@ endif # Mac/Intels only run 10.4, so always gcc 4.x ifeq ($(TARGET_PLATFORM),i386) -OPT_CFLAGS = -march=pentium4 -msse2 -mfpmath=sse \ +OPT_CFLAGS = -fast -fPIC -march=pentium4 -msse2 -mfpmath=sse \ -ftree-vectorize -ftree-vectorizer-verbose=2 endif -- cgit v1.2.1