Shard v8_base.lib on Windows to avoid 2G .lib limit
R=jochen@chromium.org BUG=chromium:485155 LOG=y Review URL: https://codereview.chromium.org/1124293002 Cr-Commit-Position: refs/heads/master@{#28276}
This commit is contained in:
parent
65c56d49b2
commit
addbe75e19
@ -1286,6 +1286,10 @@
|
||||
'gyp_generators': '<!(echo $GYP_GENERATORS)',
|
||||
},
|
||||
'msvs_disabled_warnings': [4351, 4355, 4800],
|
||||
# When building Official, the .lib is too large and exceeds the 2G
|
||||
# limit. This breaks it into multiple pieces to avoid the limit.
|
||||
# See http://crbug.com/485155.
|
||||
'msvs_shard': 4,
|
||||
}],
|
||||
['component=="shared_library"', {
|
||||
'defines': [
|
||||
|
Loading…
Reference in New Issue
Block a user