(svn r531) Makefile: made asserts enabled by default

RELEASE disables asserts unless ENABLE_ASSERTS(not in makefile.config) is set
makefile.config version 3
This commit is contained in:
bjarni
2004-11-08 21:24:48 +00:00
parent 72880f2dad
commit b78bbf80bf
2 changed files with 10 additions and 3 deletions

View File

@@ -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)