f82f89b2a3
* build: [gn] add distributable zip target * build: update the CircleCI config - enable debug and testing builds on Mac - run Mac release builds nightly - run test for Mac release builds - use shared build machines configs * Add resources dir to zip on non mac platforms.
9 lines
292 B
Text
9 lines
292 B
Text
import("all.gn")
|
|
is_component_build = false
|
|
is_component_ffmpeg = true
|
|
is_official_build = true
|
|
strip_debug_info = 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
|