changeset 15294:f06cb67b5038

recommended flags on osx
author nplourde
date Fri, 29 Apr 2005 17:18:12 +0000
parents c64718e7fadd
children 3486552cd33e
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Fri Apr 29 15:56:42 2005 +0000
+++ b/configure	Fri Apr 29 17:18:12 2005 +0000
@@ -6552,7 +6552,7 @@
 echores "$_crash_debug"
 
 if darwin ; then
-  CFLAGS="$CFLAGS -DSYS_DARWIN"
+  CFLAGS="$CFLAGS -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN"
   if [ "$_cc_major" = 3 ] && [ "$_cc_minor" -lt 1 ]; then
     CFLAGS="$CFLAGS -no-cpp-precomp"
   fi