fix debug compiling

This commit is contained in:
jacob1 2014-08-07 22:03:57 -04:00
parent 298e0b63c3
commit 734368d912

View File

@ -406,7 +406,7 @@ if GetOption('debugging'):
else:
env.Append(CCFLAGS=['/MDd'])
else:
env.Append(CCFLAGS=['-Wall', '-pg', '-g'])
env.Append(CCFLAGS=['-Wall', '-g'])
elif GetOption('release'):
if msvc:
env.Append(CCFLAGS=['/O2', '/fp:fast'])