* 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

@@ -163,7 +163,7 @@ LLIBS = 'util c m dl pthread stdc++'
BF_PROFILE_FLAGS = ['-pg','-g']
BF_PROFILE = 'false'
BF_DEBUG = 'false'
BF_DEBUG = 'true'
BF_DEBUG_FLAGS = '-g'
BF_BUILDDIR = '../build/linux2'