From 550623f035d452b959b4202607ecaa54cad149bb Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 20 Jun 2022 16:59:57 +0100 Subject: [PATCH] Enable CFI cast checks since it does not require CFI to be explicitly enabled. Enable Widevine DRM. --- portage/env/chromium.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/env/chromium.conf b/portage/env/chromium.conf index 2fb8b36..7c04cad 100644 --- a/portage/env/chromium.conf +++ b/portage/env/chromium.conf @@ -6,5 +6,5 @@ CXXFLAGS="-march=znver1 -O2 -pipe" LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind" ## GN flags. -EXTRA_GN="target_os=\"linux\" target_cpu=\"x64\" is_official_build=true is_cfi=false use_cfi_cast=false is_component_build=false is_debug=false ffmpeg_branding=\"Chrome\" proprietary_codecs=true symbol_level=0 blink_symbol_level=0 enable_resource_allowlist_generation=false enable_remoting=false enable_nacl=false disable_fieldtrial_testing_config=true" +EXTRA_GN="target_os=\"linux\" target_cpu=\"x64\" is_official_build=true use_cfi_cast=true is_component_build=false is_debug=false ffmpeg_branding=\"Chrome\" proprietary_codecs=true enable_widevine=true symbol_level=0 blink_symbol_level=0 enable_resource_allowlist_generation=false enable_remoting=false enable_nacl=false disable_fieldtrial_testing_config=true" CHROMIUM_FORCE_LIBCXX=yes