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.
/bigobj
1 parent a28d75f commit 35a628dCopy full SHA for 35a628d
1 file changed
tools/v8_gypfiles/toolchain.gypi
@@ -527,6 +527,13 @@
527
'msvs_configuration_attributes': {
528
'CharacterSet': '1',
529
},
530
+ 'msvs_settings': {
531
+ 'VCCLCompilerTool': {
532
+ 'AdditionalOptions': [
533
+ '/bigobj', # Prevent C1128: number of sections exceeded object file format limit.
534
+ ],
535
+ },
536
537
}],
538
['OS=="win" and v8_enable_prof==1', {
539
'msvs_settings': {
0 commit comments