Use dynamic CRT in the release build
This commit is contained in:
parent
7587fc22f1
commit
9610e656bb
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@
|
||||||
'abstract': 1,
|
'abstract': 1,
|
||||||
'msvs_settings': {
|
'msvs_settings': {
|
||||||
'VCCLCompilerTool': {
|
'VCCLCompilerTool': {
|
||||||
'RuntimeLibrary': '0', # /MT (nondebug static)
|
'RuntimeLibrary': '2', # /MD (nondebug DLL)
|
||||||
# 1, optimizeMinSpace, Minimize Size (/O1)
|
# 1, optimizeMinSpace, Minimize Size (/O1)
|
||||||
'Optimization': '1',
|
'Optimization': '1',
|
||||||
# 2, favorSize - Favor small code (/Os)
|
# 2, favorSize - Favor small code (/Os)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue