diff --git a/common.gypi b/common.gypi index de8cfc660d4229..fcac8928d245c1 100644 --- a/common.gypi +++ b/common.gypi @@ -110,6 +110,9 @@ 'MinimalRebuild': 'false', 'OmitFramePointers': 'false', 'BasicRuntimeChecks': 3, # /RTC1 + 'AdditionalOptions': [ + '/bigobj', # prevent error C1128 in VS2015 + ], }, 'VCLinkerTool': { 'LinkIncremental': 2, # enable incremental linking