Skip to content

Commit

Permalink
Don't use -falign-loops=16 on Mac OS X anymore.
Browse files Browse the repository at this point in the history
It isn't available in Clang at all, and was more important on PowerPC.
  • Loading branch information
icculus committed Nov 25, 2013
1 parent b44e747 commit 6cbaf9a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions configure.in
Expand Up @@ -2827,9 +2827,6 @@ AC_HELP_STRING([--enable-render-d3d], [enable the Direct3D render driver [[defau
CheckOpenGLX11
CheckPTHREAD

# 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 6cbaf9a

Please sign in to comment.