chore: promote 'is_jumbo_build=true' to all.gn
This commit is contained in:
parent
3e0d961684
commit
575b6df844
2 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
is_electron_build = true
|
is_electron_build = true
|
||||||
is_electron_gn_build = true
|
is_electron_gn_build = true
|
||||||
|
use_jumbo_build = true
|
||||||
root_extra_deps = [ "//electron" ]
|
root_extra_deps = [ "//electron" ]
|
||||||
|
|
||||||
v8_promise_internal_field_count = 1
|
v8_promise_internal_field_count = 1
|
||||||
|
|
|
@ -2,7 +2,6 @@ import("all.gn")
|
||||||
is_component_build = false
|
is_component_build = false
|
||||||
is_component_ffmpeg = true
|
is_component_ffmpeg = true
|
||||||
is_official_build = true
|
is_official_build = true
|
||||||
use_jumbo_build = true
|
|
||||||
|
|
||||||
# TODO(nornagon): linking non-CFI code (nodejs) with CFI code fails at runtime.
|
# TODO(nornagon): linking non-CFI code (nodejs) with CFI code fails at runtime.
|
||||||
# Once we can build nodejs with CFI flags matching Electron's, remove this.
|
# Once we can build nodejs with CFI flags matching Electron's, remove this.
|
||||||
|
|
Loading…
Reference in a new issue