Shark rules!

* Loop optimization for Mac OS X - should this generally be applied?
This commit is contained in:
Sam Lantinga
2007-08-13 03:03:23 +00:00
parent cfd7794fec
commit 2a2e08c995

View File

@@ -2361,6 +2361,9 @@ AC_HELP_STRING([--enable-render-d3d], [enable the Direct3D render driver [[defau
CheckPTHREAD
CheckAltivec
# Good optimization on Mac OS X, yes...
EXTRA_CFLAGS="$EXTRA_CFLAGS -falign-loops=16"
# Need this or things might misbuild on a G3.
EXTRA_CFLAGS="$EXTRA_CFLAGS -force_cpusubtype_ALL"