Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: build-v8.gypi

Issue 29555620: Issue 5698 - Update V8 to 6.1.534.41 (Closed) Base URL: https://github.com/adblockplus/libadblockplus.git
Patch Set: fix and rebase Created Sept. 28, 2017, 7:21 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: build-v8.gypi
diff --git a/build-v8.gypi b/build-v8.gypi
index 427495145be58f6f3870dcfc0813b3bc35fde6b8..b0e7ddd7a5e47a58e264fa9de117d05e39291381 100644
--- a/build-v8.gypi
+++ b/build-v8.gypi
@@ -11,6 +11,21 @@
'conditions': [
['OS=="win"', {
'target_defaults': {
+ 'configurations': {
+ 'Debug': {
+ 'conditions': [
+ ['target_arch=="x64"', {
+ 'msvs_settings': {
+ 'VCCLCompilerTool': {
+ 'AdditionalOptions': [
+ '/bigobj', # compiling fatal error C1128: number of sections exceeded object file format limit: compile with /bigobj
+ ]
+ }
+ }
+ }]
+ ],
+ }
+ },
'msvs_settings': {
'VCCLCompilerTool': {
'WarningLevel': 0,

Powered by Google App Engine
This is Rietveld