fix: disable CET as v8 deoptimization is incompatible with it (#29689)

Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com>
This commit is contained in:
trop[bot]
2021-06-16 09:57:58 -07:00
committed by GitHub
parent 7474c59ea0
commit 6fd9e4280c

View File

@@ -31,3 +31,5 @@ is_cfi = false
# Make application name configurable at runtime for cookie crypto
allow_runtime_configurable_key_storage = true
enable_cet_shadow_stack = false