(svn r12485) [0.6] -Backport: from trunk (r12483, disabling of stripping for betas and RCs). 0.6
authorrubidium
Sun, 30 Mar 2008 15:20:30 +0000
branch0.6
changeset 9355 16700507bfb2
parent 9354 ffe77c8db697
child 9356 c1b10557eaf6
(svn r12485) [0.6] -Backport: from trunk (r12483, disabling of stripping for betas and RCs).
config.lib
--- a/config.lib	Fri Mar 28 21:42:47 2008 +0000
+++ b/config.lib	Sun Mar 30 15:20:30 2008 +0000
@@ -41,7 +41,7 @@
 	enable_translator="0"
 	enable_unicode="1"
 	enable_assert="1"
-	enable_strip="1"
+	enable_strip="0"
 	enable_universal="1"
 	enable_osx_g5="0"
 	enable_cocoa_quartz="1"
@@ -2335,7 +2335,7 @@
 	echo "                                 version (Win32 ONLY)"
 	echo "  --disable-network              disable network support"
 	echo "  --disable-assert               disable asserts (continue on errors)"
-	echo "  --disable-strip                disable any possible stripping"
+	echo "  --enable-strip                 enable any possible stripping"
 	echo "  --without-osx-sysroot          disable the automatic adding of sysroot "
 	echo "                                 (OSX ONLY)"
 	echo "  --without-application-bundle   disable generation of application bundle"