Mercurial > sdl-ios-xcode
changeset 2238:93ea84f77d83
Shark rules!
* Loop optimization for Mac OS X - should this generally be applied?
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 13 Aug 2007 03:03:23 +0000 |
parents | e57a883ffa86 |
children | 31835fd24b2b |
files | configure.in |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Mon Aug 13 02:38:59 2007 +0000 +++ b/configure.in Mon Aug 13 03:03:23 2007 +0000 @@ -2361,6 +2361,9 @@ 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"