From a6eeb2444a40bd2f9914eb82b8e50e90a9456a50 Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Tue, 5 Dec 2023 15:50:02 +0100 Subject: [PATCH] enable use_thin_lto --- chromium.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chromium.spec b/chromium.spec index a25efcd9..c4fe2614 100644 --- a/chromium.spec +++ b/chromium.spec @@ -1170,7 +1170,7 @@ CHROMIUM_CORE_GN_DEFINES+=' enable_nacl=false' CHROMIUM_CORE_GN_DEFINES+=' system_libdir="%{_lib}"' %if %{official_build} -CHROMIUM_CORE_GN_DEFINES+=' is_official_build=true use_thin_lto=false is_cfi=true chrome_pgo_phase=0 use_debug_fission=true' +CHROMIUM_CORE_GN_DEFINES+=' is_official_build=true use_thin_lto=true is_cfi=true chrome_pgo_phase=0 use_debug_fission=true' sed -i 's|OFFICIAL_BUILD|GOOGLE_CHROME_BUILD|g' tools/generate_shim_headers/generate_shim_headers.py %endif