[fdo-commits] r120 - branches/3.2.x/Providers/WFS

svn_fdo at osgeo.org svn_fdo at osgeo.org
Wed Mar 7 12:00:32 EST 2007


Author: jacklee
Date: 2007-03-07 12:00:30 -0500 (Wed, 07 Mar 2007)
New Revision: 120

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

Modified: branches/3.2.x/Providers/WFS/configure
===================================================================
--- branches/3.2.x/Providers/WFS/configure	2007-03-06 05:00:55 UTC (rev 119)
+++ branches/3.2.x/Providers/WFS/configure	2007-03-07 17:00:30 UTC (rev 120)
@@ -8337,12 +8337,9 @@
 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 "
 
- CXXFLAGS_SDF=""
- CXXFLAGS_SDF=""
-
 fi
 
 ##output Makefiles##

Modified: branches/3.2.x/Providers/WFS/configure.in
===================================================================
--- branches/3.2.x/Providers/WFS/configure.in	2007-03-06 05:00:55 UTC (rev 119)
+++ branches/3.2.x/Providers/WFS/configure.in	2007-03-07 17:00:30 UTC (rev 120)
@@ -125,10 +125,8 @@
  AC_SUBST(CXXFLAGS_SDF, ["-g "])
 else
  AC_MSG_NOTICE([Using optimized configuration])
- CXXFLAGS="-MMD -MT "
- AC_SUBST(CXXFLAGS, ["-MMD -MT "])
- CXXFLAGS_SDF=""
- AC_SUBST(CXXFLAGS_SDF, [""])
+ CXXFLAGS="-O2 -MMD -MT "
+ AC_SUBST(CXXFLAGS, ["-O2 -MMD -MT "])
 fi
 
 ##output Makefiles##



More information about the fdo-commits mailing list