From 6cbaf9a055f964839d5452434587a12241984cdd Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sun, 24 Nov 2013 21:15:58 -0500 Subject: [PATCH] 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. --- configure.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.in b/configure.in index 0a491ec272510..f0d5f49a9a6bf 100644 --- a/configure.in +++ b/configure.in @@ -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"