(svn r12485) [0.6] -Backport: from trunk (r12483, disabling of stripping for betas and RCs).

This commit is contained in:
rubidium 2008-03-30 15:20:30 +00:00
parent c53f9fc2a2
commit ed4ae53e8a
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ set_default() {
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 @@ showhelp() {
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"