fix debug compiling
This commit is contained in:
parent
298e0b63c3
commit
734368d912
@ -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'])
|
||||
|
Reference in New Issue
Block a user