Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8b58eb6

Browse files
joaocgreisnodejs-ci
authored andcommittedJun 23, 2017
deps,win: increase msvs_shard in gyp for V8
Increase the number of shards to divide v8_base into. This increases the number of calls to cl.exe but decreases the number of files compiled each time. Fixes: nodejs/v8#4 PR-URL: nodejs/node#12184 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
1 parent 7c92dfc commit 8b58eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎deps/v8/src/v8.gyp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1922,7 +1922,7 @@
19221922
# When building Official, the .lib is too large and exceeds the 2G
19231923
# limit. This breaks it into multiple pieces to avoid the limit.
19241924
# See http://crbug.com/485155.
1925-
'msvs_shard': 4,
1925+
'msvs_shard': 10,
19261926
}],
19271927
['component=="shared_library"', {
19281928
'defines': [

0 commit comments

Comments
 (0)
Please sign in to comment.