mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 14:27:16 +00:00
(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.
This commit is contained in:
parent
a81a572434
commit
667aa5d957
@ -41,7 +41,7 @@ set_default() {
|
|||||||
enable_translator="0"
|
enable_translator="0"
|
||||||
enable_unicode="1"
|
enable_unicode="1"
|
||||||
enable_assert="1"
|
enable_assert="1"
|
||||||
enable_strip="1"
|
enable_strip="0"
|
||||||
enable_universal="1"
|
enable_universal="1"
|
||||||
enable_osx_g5="0"
|
enable_osx_g5="0"
|
||||||
enable_cocoa_quartz="1"
|
enable_cocoa_quartz="1"
|
||||||
@ -2335,7 +2335,7 @@ showhelp() {
|
|||||||
echo " version (Win32 ONLY)"
|
echo " version (Win32 ONLY)"
|
||||||
echo " --disable-network disable network support"
|
echo " --disable-network disable network support"
|
||||||
echo " --disable-assert disable asserts (continue on errors)"
|
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 " --without-osx-sysroot disable the automatic adding of sysroot "
|
||||||
echo " (OSX ONLY)"
|
echo " (OSX ONLY)"
|
||||||
echo " --without-application-bundle disable generation of application bundle"
|
echo " --without-application-bundle disable generation of application bundle"
|
||||||
|
Loading…
Reference in New Issue
Block a user