You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
@@ -339,6 +339,10 @@ def configure_msvc(env, vcvars_msvc_config):
|
|||||||
|
|
||||||
## Compile/link flags
|
## Compile/link flags
|
||||||
|
|
||||||
|
if env["optimize"] in ["debug", "none"]:
|
||||||
|
# Always use dynamic runtime, static debug CRT breaks thread_local.
|
||||||
|
env.AppendUnique(CCFLAGS=["/MDd"])
|
||||||
|
else:
|
||||||
if env["use_static_cpp"]:
|
if env["use_static_cpp"]:
|
||||||
env.AppendUnique(CCFLAGS=["/MT"])
|
env.AppendUnique(CCFLAGS=["/MT"])
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user