Skip to content

Commit

Permalink
.bazelrc: ignore duplicate flags cont. (#5676)
Browse files Browse the repository at this point in the history
  • Loading branch information
sluongng authored Jan 9, 2024
1 parent 1d9b17d commit ee5d26f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ common:windows --cxxopt=/std:c++17
# as well as how linkopts are propagated through the dependency graph between libraries.
# This flag is a workaround to silence the linker warnings.
common:macos --linkopt="-Wl,-no_warn_duplicate_libraries"
common:macos --host_linkopt="-Wl,-no_warn_duplicate_libraries"

# Ensure that we don't use the apple_support cc_toolchain
common:macos --repo_env=BAZEL_NO_APPLE_CPP_TOOLCHAIN=1
Expand Down

0 comments on commit ee5d26f

Please sign in to comment.