comparison configure.in @ 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 ca7d2227d630
children 93994f65c74c
comparison
equal deleted inserted replaced
2237:e57a883ffa86 2238:93ea84f77d83
2359 CheckMacGL 2359 CheckMacGL
2360 CheckOpenGLX11 2360 CheckOpenGLX11
2361 CheckPTHREAD 2361 CheckPTHREAD
2362 CheckAltivec 2362 CheckAltivec
2363 2363
2364 # Good optimization on Mac OS X, yes...
2365 EXTRA_CFLAGS="$EXTRA_CFLAGS -falign-loops=16"
2366
2364 # Need this or things might misbuild on a G3. 2367 # Need this or things might misbuild on a G3.
2365 EXTRA_CFLAGS="$EXTRA_CFLAGS -force_cpusubtype_ALL" 2368 EXTRA_CFLAGS="$EXTRA_CFLAGS -force_cpusubtype_ALL"
2366 2369
2367 # Set up files for the audio library 2370 # Set up files for the audio library
2368 if test x$enable_audio = xyes; then 2371 if test x$enable_audio = xyes; then