Makefile
changeset 347 8b6874b7ed27
parent 285 cf5213c8a919
child 348 3345a78d37e4
--- a/Makefile	Mon Nov 08 20:44:10 2004 +0000
+++ b/Makefile	Mon Nov 08 21:11:52 2004 +0000
@@ -109,7 +109,7 @@
 
 # Makefile version tag
 # it checks if the version tag in makefile.config is the same and force update outdated config files
-MAKEFILE_VERSION:=1
+MAKEFILE_VERSION:=2
 
 # CONFIG_WRITER have to be found even for manual configuration
 CONFIG_WRITER=makefiledir/Makefile.config_writer
@@ -404,6 +404,10 @@
 endif
 endif
 
+# enables/disables assert()
+ifndef ENABLE_ASSERTS
+CFLAGS += -DNDEBUG
+endif
 
 ifdef TRANSLATOR
 STRGEN_FLAGS=-t