mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-01 06:00:15 +02:00
fix debug compiling
This commit is contained in:
@@ -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