author | Sam Lantinga <slouken@libsdl.org> |
Mon, 13 Aug 2007 03:03:23 +0000 | |
changeset 2238 | 93ea84f77d83 |
parent 2237 | e57a883ffa86 |
child 2239 | 31835fd24b2b |
configure.in | file | annotate | diff | comparison | revisions |
--- 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"