From 221d965ff00c6ce8e3dee6757c7454ca08339cbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Reis?= Date: Mon, 3 Apr 2017 01:24:53 +0100 Subject: [PATCH] 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: https://github.com/nodejs/v8/issues/4 PR-URL: https://github.com/nodejs/node/pull/12184 Reviewed-By: Refael Ackermann Reviewed-By: Ben Noordhuis --- deps/v8/src/v8.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/v8/src/v8.gyp b/deps/v8/src/v8.gyp index 18c398f6dca..1a67680a0d1 100644 --- a/deps/v8/src/v8.gyp +++ b/deps/v8/src/v8.gyp @@ -1926,7 +1926,7 @@ # 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, + 'msvs_shard': 10, }], ['component=="shared_library"', { 'defines': [