build: add comment for enable_cet_shadow_stack (#33747)

This commit is contained in:
Samuel Attard
2022-04-12 16:23:07 -07:00
committed by GitHub
parent 7038d2d418
commit d804cd5de2

View File

@@ -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