use flag _DEBUG, not DEBUG.

This commit is contained in:
Campbell Barton
2011-02-25 15:46:43 +00:00
parent 965c46b1d3
commit f2ab4dd6a7
9 changed files with 9 additions and 9 deletions

View File

@@ -176,7 +176,7 @@ CC_WARN = [ '-Wall' ]
LLIBS = ['-lshell32', '-lshfolder', '-lgdi32', '-lmsvcrt', '-lwinmm', '-lmingw32', '-lm', '-lws2_32', '-lz', '-lstdc++','-lole32','-luuid']
BF_DEBUG = False
BF_DEBUG_CCFLAGS= ['-g', '-DDEBUG']
BF_DEBUG_CCFLAGS= ['-g', '-D_DEBUG']
BF_PROFILE_CCFLAGS = ['-pg', '-g']
BF_PROFILE_LINKFLAGS = ['-pg']