Revision: 9833 http://pure-data.svn.sourceforge.net/pure-data/?rev=9833&view=rev Author: eighthave Date: 2008-05-17 12:15:39 -0700 (Sat, 17 May 2008)
Log Message: ----------- added -fast on Intel to enable full optimization and auto-vectorization
Modified Paths: -------------- trunk/packages/darwin_app/Makefile
Modified: trunk/packages/darwin_app/Makefile =================================================================== --- trunk/packages/darwin_app/Makefile 2008-05-17 19:06:58 UTC (rev 9832) +++ trunk/packages/darwin_app/Makefile 2008-05-17 19:15:39 UTC (rev 9833) @@ -40,7 +40,7 @@
# 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
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.