Use the static runtime on Windows

This commit is contained in:
Thomas Goyne 2017-09-05 11:16:59 -07:00
parent c7fd01a58f
commit 4fbb27842d

View File

@ -44,7 +44,6 @@
"msvs_settings": { "msvs_settings": {
"VCCLCompilerTool": { "VCCLCompilerTool": {
"RuntimeTypeInfo": "true", "RuntimeTypeInfo": "true",
"AdditionalOptions": [ "/MDd" ]
}, },
} }
}, },
@ -52,7 +51,6 @@
"msvs_settings": { "msvs_settings": {
"VCCLCompilerTool": { "VCCLCompilerTool": {
"RuntimeTypeInfo": "true", "RuntimeTypeInfo": "true",
"AdditionalOptions": [ "/MD" ]
}, },
} }
} }