From 76768e8d7447febaa1b8579d0c8b86c02af6e55c Mon Sep 17 00:00:00 2001 From: inference Date: Sun, 13 Nov 2022 10:50:00 +0000 Subject: [PATCH] Add JITless flag to default Chromium configuration. --- chromium/default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chromium/default b/chromium/default index 5168a6a..c8aa291 100644 --- a/chromium/default +++ b/chromium/default @@ -1 +1 @@ -CHROMIUM_FLAGS="--enable-features=WebUIDarkMode --force-dark-mode --flag-switches-begin --disable-smooth-scrolling --flag-switches-end" +CHROMIUM_FLAGS="--enable-features=WebUIDarkMode --force-dark-mode --flag-switches-begin --js-flags=--jitless --disable-smooth-scrolling --flag-switches-end"