We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1df880 commit afabd93Copy full SHA for afabd93
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