[fdo-commits] r218 - in branches/3.2.x/Providers/SHP: . Src/UnitTest
svn_fdo at osgeo.org
svn_fdo at osgeo.org
Fri Mar 16 17:13:38 EDT 2007
Author: jacklee
Date: 2007-03-16 17:13:38 -0400 (Fri, 16 Mar 2007)
New Revision: 218
Modified:
branches/3.2.x/Providers/SHP/Src/UnitTest/InsertTests.cpp
branches/3.2.x/Providers/SHP/configure
branches/3.2.x/Providers/SHP/configure.in
Log:
Remove the O2 flag for the optimized configuration
Modified: branches/3.2.x/Providers/SHP/Src/UnitTest/InsertTests.cpp
===================================================================
--- branches/3.2.x/Providers/SHP/Src/UnitTest/InsertTests.cpp 2007-03-16 19:15:11 UTC (rev 217)
+++ branches/3.2.x/Providers/SHP/Src/UnitTest/InsertTests.cpp 2007-03-16 21:13:38 UTC (rev 218)
@@ -816,7 +816,6 @@
void InsertTests::insert_geometry_point_xym ()
{
-#ifdef _WIN32
try
{
create_schema (FdoGeometricType_Point, false, true);
@@ -924,9 +923,6 @@
{
TestCommonFail (ge);
}
-#else
- CPPUNIT_FAIL("InsertTests::insert_geometry_point_xym disable");
-#endif
}
void InsertTests::insert_geometry_point_xyzm ()
Modified: branches/3.2.x/Providers/SHP/configure
===================================================================
--- branches/3.2.x/Providers/SHP/configure 2007-03-16 19:15:11 UTC (rev 217)
+++ branches/3.2.x/Providers/SHP/configure 2007-03-16 21:13:38 UTC (rev 218)
@@ -8337,8 +8337,8 @@
else
{ echo "$as_me:$LINENO: Using optimized configuration" >&5
echo "$as_me: Using optimized configuration" >&6;}
- CXXFLAGS="-O2 -MMD -MT "
- CXXFLAGS="-O2 -MMD -MT "
+ CXXFLAGS="-g -O2 -MMD -MT "
+ CXXFLAGS="-g -O2 -MMD -MT "
fi
Modified: branches/3.2.x/Providers/SHP/configure.in
===================================================================
--- branches/3.2.x/Providers/SHP/configure.in 2007-03-16 19:15:11 UTC (rev 217)
+++ branches/3.2.x/Providers/SHP/configure.in 2007-03-16 21:13:38 UTC (rev 218)
@@ -125,8 +125,8 @@
AC_SUBST(CXXFLAGS_SDF, ["-g "])
else
AC_MSG_NOTICE([Using optimized configuration])
- CXXFLAGS="-O2 -MMD -MT "
- AC_SUBST(CXXFLAGS, ["-O2 -MMD -MT "])
+ CXXFLAGS="-MMD -MT "
+ AC_SUBST(CXXFLAGS, ["-MMD -MT "])
fi
##output Makefiles##
More information about the fdo-commits
mailing list