diff options
author | rubidium <rubidium@openttd.org> | 2008-03-29 21:50:14 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-03-29 21:50:14 +0000 |
commit | 667aa5d9575db83fb8e301c9ef4840b464951292 (patch) | |
tree | 68176b1626749ff5f1a806dc96c8bef87d24ab96 | |
parent | a81a572434afb36c193cddf8bc1b3707d10a6161 (diff) | |
download | openttd-667aa5d9575db83fb8e301c9ef4840b464951292.tar.xz |
(svn r12483) -Change: disable stripping of binaries by default so we have a (much) better chance of actually getting something useful out of OSX stacktraces.
-rw-r--r-- | config.lib | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.lib b/config.lib index b75540888..5a70d4351 100644 --- a/config.lib +++ b/config.lib @@ -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" |