From 6fd9e4280c7036ba74527380431c80fb573a10b6 Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Wed, 16 Jun 2021 09:57:58 -0700 Subject: [PATCH] fix: disable CET as v8 deoptimization is incompatible with it (#29689) Co-authored-by: Samuel Attard --- build/args/all.gn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/args/all.gn b/build/args/all.gn index e18315dd14b..86200887efe 100644 --- a/build/args/all.gn +++ b/build/args/all.gn @@ -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