mirror of
https://github.com/yawut/SDL.git
synced 2026-08-25 10:14:57 -05:00
Shark rules!
* Loop optimization for Mac OS X - should this generally be applied?
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user