mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
build: add comment for enable_cet_shadow_stack (#33747)
This commit is contained in:
@@ -34,4 +34,7 @@ is_cfi = false
|
||||
# Make application name configurable at runtime for cookie crypto
|
||||
allow_runtime_configurable_key_storage = true
|
||||
|
||||
# CET shadow stack is incompatible with v8, until v8 is CET compliant
|
||||
# enabling this flag causes main process crashes where CET is enabled
|
||||
# Ref: https://source.chromium.org/chromium/chromium/src/+/45fba672185aae233e75d6ddc81ea1e0b30db050:v8/BUILD.gn;l=357
|
||||
enable_cet_shadow_stack = false
|
||||
|
||||
Reference in New Issue
Block a user