Reset DODEBUG to false

This commit is contained in:
Jim Gleason 2000-04-18 20:40:38 +00:00
parent 0a64de9b4f
commit f29f797f54

View File

@ -26,7 +26,7 @@ export VERSION
# Set the following to `true' to make a debuggable build.
# Leave this set to `false' for production use.
# eg: `make DODEBUG=true tests'
DODEBUG = true
DODEBUG = false
# If you want a static binary, turn this on.
DOSTATIC = false