mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-10 18:34:21 +02:00
fix debug compiling
This commit is contained in:
@@ -406,7 +406,7 @@ if GetOption('debugging'):
|
|||||||
else:
|
else:
|
||||||
env.Append(CCFLAGS=['/MDd'])
|
env.Append(CCFLAGS=['/MDd'])
|
||||||
else:
|
else:
|
||||||
env.Append(CCFLAGS=['-Wall', '-pg', '-g'])
|
env.Append(CCFLAGS=['-Wall', '-g'])
|
||||||
elif GetOption('release'):
|
elif GetOption('release'):
|
||||||
if msvc:
|
if msvc:
|
||||||
env.Append(CCFLAGS=['/O2', '/fp:fast'])
|
env.Append(CCFLAGS=['/O2', '/fp:fast'])
|
||||||
|
Reference in New Issue
Block a user