Embed natvis debug views in PDB

This means the debugger can load them automatically.
This commit is contained in:
RedworkDE 2023-05-20 00:08:35 +02:00
parent da21cb7042
commit efa892b52a

View File

@ -470,6 +470,7 @@ def configure_msvc(env, vcvars_msvc_config):
env["BUILDERS"]["ProgramOriginal"] = env["BUILDERS"]["Program"]
env["BUILDERS"]["Program"] = methods.precious_program
env.Append(LINKFLAGS=["/NATVIS:platform\windows\godot.natvis"])
env.AppendUnique(LINKFLAGS=["/STACK:" + str(STACK_SIZE)])