Skip to content

Fix static Windows builds by not setting /NODEFAULTLIB:libcmt /DEFAULTLIB:msvcrt

Hannah von Reth requested to merge work/fix_static_builds_win into master

If we tell the compiler to link the runtime statically and then explicitly link the dynamic runtime and prohibit the static we continue to produce dynamic builds...

@vkrause @dschmidt @cullmann

Merge request reports