mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
build: add stack_trace.h to main delegate (#32854)
* build: add stack_trace.h to main delegate * build: trigger circleci * build: free up a tiny bit more space * build: disable use_thin_lto * fixup build/args/all.gn Co-authored-by: Samuel Attard <sam@electronjs.org> Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>
This commit is contained in:
@@ -35,6 +35,9 @@ enable_pseudolocales = false
|
||||
|
||||
is_cfi = false
|
||||
|
||||
# This consumes a bit too much disk space on macOS
|
||||
use_thin_lto = false
|
||||
|
||||
# Make application name configurable at runtime for cookie crypto
|
||||
allow_runtime_configurable_key_storage = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user