We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d35fe67 + 0758a46 commit 92f2bdcCopy full SHA for 92f2bdc
1 file changed
common.gypi
@@ -93,7 +93,7 @@
93
],
94
'msvs_settings': {
95
'VCCLCompilerTool': {
96
- 'RuntimeLibrary': '<(win_debug_RuntimeLibrary), # static debug
+ 'RuntimeLibrary': '<(win_debug_RuntimeLibrary)', # static debug
97
'Optimization': 0, # /Od, no optimization
98
'MinimalRebuild': 'false',
99
'OmitFramePointers': 'false',
@@ -130,7 +130,7 @@
130
131
132
133
- 'RuntimeLibrary': '<(win_release_RuntimeLibrary), # static release
+ 'RuntimeLibrary': '<(win_release_RuntimeLibrary)', # static release
134
'Optimization': 3, # /Ox, full optimization
135
'FavorSizeOrSpeed': 1, # /Ot, favour speed over size
136
'InlineFunctionExpansion': 2, # /Ob2, inline anything eligible
0 commit comments