Skip to content

Commit

Permalink
Remove flto=thin on android bazel build (with the assumption that it'…
Browse files Browse the repository at this point in the history
…s applied automatically
  • Loading branch information
murki committed Jan 9, 2025
1 parent ce2b596 commit b97833d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b97833d

Please sign in to comment.