move jitless flag for chromium to the correct location for fedora

This commit is contained in:
qoijjj
2023-12-10 00:46:34 -08:00
parent c579b02d12
commit f24704397a
2 changed files with 4 additions and 1 deletions

View File

@@ -1 +0,0 @@
--js-flags=--jitless

View File

@@ -0,0 +1,4 @@
# system wide chromium flags
CHROMIUM_FLAGS=""
CHROMIUM_FLAGS+=" --enable-features=VaapiVideoEncoder,VaapiVideoDecodeLinuxGL"
CHROMIUM_FLAGS+=" --js-flags=--jitless"