(svn r530) Makefile: added ability to switch asserts on and off

Updated makefile.config to versiontag 2 for autoupdating purposes
This commit is contained in:
bjarni
2004-11-08 21:11:52 +00:00
parent 2cf5b77d0b
commit 72880f2dad
2 changed files with 9 additions and 1 deletions

View File

@@ -27,6 +27,10 @@ $(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,)
$(call CONFIG_LINE,\# See Makefile for details on these paths)
$(call CONFIG_LINE,\# Folders should not end with /)
$(call CONFIG_LINE,INSTALL:=$(INSTALL))