Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Shark rules!
Browse files Browse the repository at this point in the history
 * Loop optimization for Mac OS X - should this generally be applied?
  • Loading branch information
slouken committed Aug 13, 2007
1 parent a21cc71 commit 14f61c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure.in
Expand Up @@ -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"

Expand Down

0 comments on commit 14f61c0

Please sign in to comment.