From 6d30b3c537ecfba6b3c946615ff0b101339ad568 Mon Sep 17 00:00:00 2001 From: althafvly Date: Wed, 26 Jul 2023 05:32:47 +0000 Subject: [PATCH] Disable ThinLTO - Breaking ccache builds --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index 0a171268a..95b92f46a 100755 --- a/build.sh +++ b/build.sh @@ -32,6 +32,8 @@ build() { apks="ChromePublic" build_args="$(cat "${root_dir}"/build/bromite.gn_args) target_cpu=\"${1}\" " add_args=( + "is_cfi=false" + "use_thin_lto=false" "generate_linker_map=true" "use_relative_vtables_abi=false" "cc_wrapper=\"ccache\"" -- GitLab