* request by kaito - we're debugging 2.5 now more than using it anyway... BF_DEBUG = 'true' set by default.

This commit is contained in:
Nathan Letwory
2007-12-30 17:17:02 +00:00
parent 93058ac3b3
commit a80b8352c6
7 changed files with 9 additions and 6 deletions

View File

@@ -153,7 +153,7 @@ LLIBS = 'm stdc++ pthread util'
BF_PROFILE_FLAGS = ' -pg -g '
BF_PROFILE = 'false'
BF_DEBUG = 'false'
BF_DEBUG = 'true'
BF_DEBUG_FLAGS = '-g'
BF_BUILDDIR='../build/openbsd3'