[fdo-commits] r222 - branches/3.2.x/Providers/SHP

svn_fdo at osgeo.org svn_fdo at osgeo.org
Sat Mar 24 15:31:49 EDT 2007


Author: jacklee
Date: 2007-03-24 15:31:49 -0400 (Sat, 24 Mar 2007)
New Revision: 222

Modified:
   branches/3.2.x/Providers/SHP/configure
Log:
Remove the O2 flag for the optimized configuration

Modified: branches/3.2.x/Providers/SHP/configure
===================================================================
--- branches/3.2.x/Providers/SHP/configure	2007-03-24 12:03:33 UTC (rev 221)
+++ branches/3.2.x/Providers/SHP/configure	2007-03-24 19:31:49 UTC (rev 222)
@@ -8337,8 +8337,8 @@
 else
  { echo "$as_me:$LINENO: Using optimized configuration" >&5
 echo "$as_me: Using optimized configuration" >&6;}
- CXXFLAGS="-g -O2 -MMD -MT "
- CXXFLAGS="-g -O2 -MMD -MT "
+ CXXFLAGS="-MMD -MT "
+ CXXFLAGS="-MMD -MT "
 
 fi
 



More information about the fdo-commits mailing list