Commit 6d80d8fe authored by Sam Lantinga's avatar Sam Lantinga

Shark rules!

 * Loop optimization for Mac OS X - should this generally be applied?

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402600
parent 5fca3f78
...@@ -2361,6 +2361,9 @@ AC_HELP_STRING([--enable-render-d3d], [enable the Direct3D render driver [[defau ...@@ -2361,6 +2361,9 @@ AC_HELP_STRING([--enable-render-d3d], [enable the Direct3D render driver [[defau
CheckPTHREAD CheckPTHREAD
CheckAltivec CheckAltivec
# Good optimization on Mac OS X, yes...
EXTRA_CFLAGS="$EXTRA_CFLAGS -falign-loops=16"
# Need this or things might misbuild on a G3. # Need this or things might misbuild on a G3.
EXTRA_CFLAGS="$EXTRA_CFLAGS -force_cpusubtype_ALL" EXTRA_CFLAGS="$EXTRA_CFLAGS -force_cpusubtype_ALL"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment