mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-01-26 12:59:18 +01:00
Don't use -falign-loops=16 on Mac OS X anymore.
It isn't available in Clang at all, and was more important on PowerPC.
This commit is contained in:
parent
b44e7470de
commit
6cbaf9a055
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user