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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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