diff configure @ 15294:f06cb67b5038

recommended flags on osx
author nplourde
date Fri, 29 Apr 2005 17:18:12 +0000
parents 596948b718d7
children 57fdc519972f
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