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
1 changed files with 1 additions and 3 deletions

View File

@ -44,7 +44,6 @@
"msvs_settings": {
"VCCLCompilerTool": {
"RuntimeTypeInfo": "true",
"AdditionalOptions": [ "/MDd" ]
},
}
},
@ -52,7 +51,6 @@
"msvs_settings": {
"VCCLCompilerTool": {
"RuntimeTypeInfo": "true",
"AdditionalOptions": [ "/MD" ]
},
}
}
@ -64,4 +62,4 @@
},
"msvs_disabled_warnings": [ 4068, 4101, 4244, 4996 ],
}
}
}