[fdo-commits] r105 - branches/3.2.x/Providers/GDAL

svn_fdo at osgeo.org svn_fdo at osgeo.org
Wed Mar 7 11:55:42 EST 2007


Author: jacklee
Date: 2007-03-07 11:55:42 -0500 (Wed, 07 Mar 2007)
New Revision: 105

Modified:
   branches/3.2.x/Providers/GDAL/configure
   branches/3.2.x/Providers/GDAL/configure.in
Log:
Add -O2 flag

Modified: branches/3.2.x/Providers/GDAL/configure
===================================================================
--- branches/3.2.x/Providers/GDAL/configure	2007-03-06 04:59:58 UTC (rev 104)
+++ branches/3.2.x/Providers/GDAL/configure	2007-03-07 16:55:42 UTC (rev 105)
@@ -8333,8 +8333,8 @@
 else
  { echo "$as_me:$LINENO: Using optimized configuration" >&5
 echo "$as_me: Using optimized configuration" >&6;}
- CXXFLAGS="-MMD -MT "
- CXXFLAGS="-MMD -MT "
+ CXXFLAGS="-O2 -MMD -MT "
+ CXXFLAGS="-O2 -MMD -MT "
 
 fi
 

Modified: branches/3.2.x/Providers/GDAL/configure.in
===================================================================
--- branches/3.2.x/Providers/GDAL/configure.in	2007-03-06 04:59:58 UTC (rev 104)
+++ branches/3.2.x/Providers/GDAL/configure.in	2007-03-07 16:55:42 UTC (rev 105)
@@ -119,8 +119,8 @@
  AC_SUBST(CXXFLAGS, ["-g -MMD -MT "])
 else
  AC_MSG_NOTICE([Using optimized configuration])
- CXXFLAGS="-MMD -MT "
- AC_SUBST(CXXFLAGS, ["-MMD -MT "])
+ CXXFLAGS="-O2 -MMD -MT "
+ AC_SUBST(CXXFLAGS, ["-O2 -MMD -MT "])
 fi
 
 ##output Makefiles##



More information about the fdo-commits mailing list