We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1033ae3 commit f4d27e7Copy full SHA for f4d27e7
1 file changed
common.gypi
@@ -96,7 +96,7 @@
96
],
97
'msvs_settings': {
98
'VCCLCompilerTool': {
99
- 'RuntimeLibrary': '<(win_debug_RuntimeLibrary), # static debug
+ 'RuntimeLibrary': '<(win_debug_RuntimeLibrary)', # static debug
100
'Optimization': 0, # /Od, no optimization
101
'MinimalRebuild': 'false',
102
'OmitFramePointers': 'false',
@@ -133,7 +133,7 @@
133
134
135
136
- 'RuntimeLibrary': '<(win_release_RuntimeLibrary), # static release
+ 'RuntimeLibrary': '<(win_release_RuntimeLibrary)', # static release
137
'Optimization': 3, # /Ox, full optimization
138
'FavorSizeOrSpeed': 1, # /Ot, favour speed over size
139
'InlineFunctionExpansion': 2, # /Ob2, inline anything eligible
0 commit comments