[med-svn] r7721 - trunk/packages/insighttoolkit/trunk/debian

Steven Michael Robbins smr at alioth.debian.org
Sat Sep 10 19:46:16 UTC 2011


Author: smr
Date: 2011-09-10 19:46:16 +0000 (Sat, 10 Sep 2011)
New Revision: 7721

Modified:
   trunk/packages/insighttoolkit/trunk/debian/changelog
   trunk/packages/insighttoolkit/trunk/debian/rules
Log:
Set build type to RelWithDebInfo (lowers optimization to -O2).

Modified: trunk/packages/insighttoolkit/trunk/debian/changelog
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/changelog	2011-09-10 19:42:22 UTC (rev 7720)
+++ trunk/packages/insighttoolkit/trunk/debian/changelog	2011-09-10 19:46:16 UTC (rev 7721)
@@ -5,8 +5,12 @@
     /usr/lib/InsightToolkit, with WrapITK.pth in dist-packages.  Switch to
     dh_python2.
 
- -- Steve M. Robbins <smr at debian.org>  Sat, 10 Sep 2011 14:41:32 -0500
+  * rules: Change build type from RELEASE to RelWithDebInfo.  This reduces
+    optimization from -O3 to -O2 which should help with excessive memory
+    usage during build (see #640667).
 
+ -- Steve M. Robbins <smr at debian.org>  Sat, 10 Sep 2011 14:45:13 -0500
+
 insighttoolkit (3.20.0-13) unstable; urgency=low
 
   * Remove absolute paths to required libraries from

Modified: trunk/packages/insighttoolkit/trunk/debian/rules
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/rules	2011-09-10 19:42:22 UTC (rev 7720)
+++ trunk/packages/insighttoolkit/trunk/debian/rules	2011-09-10 19:46:16 UTC (rev 7721)
@@ -47,7 +47,7 @@
 	-DBUILD_EXAMPLES:BOOL=OFF \
 	-DBUILD_SHARED_LIBS:BOOL=ON \
 	-DBUILD_TESTING:BOOL=OFF \
-	-DCMAKE_BUILD_TYPE:STRING=RELEASE \
+	-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \
 	-DBUILD_DOXYGEN:BOOL=OFF \
 	-DCMAKE_CXX_FLAGS:STRING=-Wno-deprecated \
 	-DCMAKE_SKIP_RPATH:BOOL=ON \




More information about the debian-med-commit mailing list