win: Link with DLL version of vcrt in component build
This commit is contained in:
parent
938182a3eb
commit
92ce000bb2
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@
|
|||
'Debug_Base': {
|
||||
'msvs_settings': {
|
||||
'VCCLCompilerTool': {
|
||||
'RuntimeLibrary': '2', # /MD (nondebug DLL)
|
||||
'Optimization': '<(win_debug_Optimization)',
|
||||
'BasicRuntimeChecks': '<(win_debug_RuntimeChecks)',
|
||||
'conditions': [
|
||||
|
|
Loading…
Reference in a new issue