electron/build/args/release.gn
2018-08-16 11:46:35 -07:00

9 lines
291 B
Text

import("all.gn")
is_component_build = false
is_component_ffmpeg = true
is_official_build = 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.
is_cfi = false