chore: enable jumbo builds in GN release configuration

This commit is contained in:
Charles Kerr 2018-08-16 11:45:04 -07:00
parent 982a2f0da2
commit d294637e9c

View file

@ -2,6 +2,7 @@ import("all.gn")
is_component_build = false
is_official_build = true
is_component_ffmpeg = true
use_jumbo_build = true
# 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.