Turn off debugging

-Erik
This commit is contained in:
Erik Andersen 2000-04-15 16:37:45 +00:00
parent 5e1189e187
commit ab01ed12bd

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