2003-07-11 Casper S. Hornstrup <[email protected]>

* config (DBG): Default to 0.

svn path=/trunk/; revision=5084
This commit is contained in:
Casper Hornstrup
2003-07-11 18:17:09 +00:00
parent 8402d06a5c
commit 2f01236d5b
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
2003-07-11 Casper S. Hornstrup <[email protected]>
* config (DBG): Default to 0.
2003-07-11 Casper S. Hornstrup <[email protected]>
* regtests: New directory.
+1 -1
View File
@@ -13,7 +13,7 @@ KDBG := 0
#
# Whether to compile for debugging
#
DBG := 1
DBG := 0
#
# Whether to compile a multiprocessor or single processor version