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

Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com>
This commit is contained in:
trop[bot]
2021-06-16 09:57:44 -07:00
committed by GitHub
parent 6128e25ace
commit 5e3bdfd920

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