summaryrefslogtreecommitdiff
path: root/config.lib
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-01-11 00:30:32 +0000
committerrubidium <rubidium@openttd.org>2008-01-11 00:30:32 +0000
commit04f936c2c67a58f09bb307f9b021ab7a11b885da (patch)
tree05e3aa4702dd2e570adeaebdf8acd63559e5165f /config.lib
parente5d33482b49afdfa91fb0e61b210479346e47484 (diff)
downloadopenttd-04f936c2c67a58f09bb307f9b021ab7a11b885da.tar.xz
(svn r11811) -Fix: make compilation without networking work again (and thus move the debugdumpcommand stuff out of the network 'area').
Diffstat (limited to 'config.lib')
-rw-r--r--config.lib1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.lib b/config.lib
index ebdf4fae8..efb308289 100644
--- a/config.lib
+++ b/config.lib
@@ -2242,6 +2242,7 @@ showhelp() {
echo ""
echo "Features and packages:"
echo " --enable-debug[=LVL] enable debug-mode (LVL=[0123], 0 is release)"
+ echo " --enable_desync_debug=[LVL] enable desync debug options (LVL=[012], 0 is none"
echo " --enable-profiling enables profiling"
echo " --enable-dedicated compile a dedicated server (without video)"
echo " --enable-static enable static compile (doesn't work for"