From b97833df6223be691c6e18e7cbdf4b73e867a07e Mon Sep 17 00:00:00 2001 From: Miguel Juarez Lopez Date: Thu, 9 Jan 2025 15:19:39 -0500 Subject: [PATCH] Remove flto=thin on android bazel build (with the assumption that it's applied automatically --- .bazelrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.bazelrc b/.bazelrc index 94642150..46519609 100644 --- a/.bazelrc +++ b/.bazelrc @@ -89,7 +89,6 @@ build:release-common --@rules_rust//rust/settings:extra_rustc_flag='-Copt-level= build:release-android --define android_strip_symbols=true build:release-android --fat_apk_cpu=x86,x86_64,armeabi-v7a,arm64-v8a build:release-android --config=release-common -build:release-android --copt=-flto=thin --linkopt=-flto=thin build:release-android --config=android # TODO(snowp): Enable relr once we no longer need to support Android 8. The system linker is not # able to understand RELR relocations, see https://bugs.chromium.org/p/chromium/issues/detail?id=900049.