diff options
author | bjarni <bjarni@openttd.org> | 2004-11-08 21:24:48 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2004-11-08 21:24:48 +0000 |
commit | b78bbf80bf050e04814d0f60e9769a4bdf1e7068 (patch) | |
tree | 4771876978b426ae06692889981554a018e32862 /makefiledir/Makefile.config_writer | |
parent | 72880f2dad5e322eae65fbd66787c26e710802e2 (diff) | |
download | openttd-b78bbf80bf050e04814d0f60e9769a4bdf1e7068.tar.xz |
(svn r531) Makefile: made asserts enabled by default
RELEASE disables asserts unless ENABLE_ASSERTS(not in makefile.config) is set
makefile.config version 3
Diffstat (limited to 'makefiledir/Makefile.config_writer')
-rw-r--r-- | makefiledir/Makefile.config_writer | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/makefiledir/Makefile.config_writer b/makefiledir/Makefile.config_writer index 0c3d669d3..55315a07c 100644 --- a/makefiledir/Makefile.config_writer +++ b/makefiledir/Makefile.config_writer @@ -27,8 +27,8 @@ $(MAKE_CONFIG): $(call CONFIG_LINE,SUPRESS_LANG_ERRORS:=$(SUPRESS_LANG_ERRORS)) $(call CONFIG_LINE,) - $(call CONFIG_LINE,\# Enable asserts) - $(call CONFIG_LINE,ENABLE_ASSERTS:=$(ENABLE_ASSERTS)) + $(call CONFIG_LINE,\# Disable asserts. Leave them on for easier bug finding) + $(call CONFIG_LINE,DISABLE_ASSERTS:=$(DISABLE_ASSERTS)) $(call CONFIG_LINE,) $(call CONFIG_LINE,\# See Makefile for details on these paths) |