* add debug flag so debug symbols are actually created when doing a 'scons BF_DEBUG=1'

This commit is contained in:
Nathan Letwory 2006-09-01 13:04:33 +00:00
parent ff730aa486
commit 5d40740671

@ -150,7 +150,7 @@ BF_PROFILE_FLAGS = ['-pg','-g']
BF_PROFILE = 'false'
BF_DEBUG = 'false'
BF_DEBUG_FLAGS = ''
BF_DEBUG_FLAGS = '-g'
BF_BUILDDIR = '../build/linux2'
BF_INSTALLDIR='../install/linux2'