Skip to content

Commit 364cf9c

Browse files
committed
disable jumbo_build
1 parent b14a7a7 commit 364cf9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chromiumcontent/args/shared_library.gn

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if (target_os != "linux") {
1717

1818
# Jumbo build should improve compilation times.
1919
# https://chromium.googlesource.com/chromium/src/+/master/docs/jumbo.md
20-
use_jumbo_build = true
20+
use_jumbo_build = false
2121

2222
# This is required by Node.js
2323
# See https://github.com/nodejs/node/pull/13242

chromiumcontent/args/static_library.gn

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if (target_os != "linux") {
2121

2222
# Jumbo build should improve compilation times.
2323
# https://chromium.googlesource.com/chromium/src/+/master/docs/jumbo.md
24-
use_jumbo_build = true
24+
use_jumbo_build = false
2525

2626
# This is required by Node.js
2727
# See https://github.com/nodejs/node/pull/13242

0 commit comments

Comments
 (0)