Skip to content

Commit

Permalink
Remove -undefined dynamic_lookup.
Browse files Browse the repository at this point in the history
This is equivalent to bazelbuild/bazel#16414.

Fixes bazelbuild#229
  • Loading branch information
phst committed Dec 4, 2024
1 parent 5be90a4 commit 8a64d2c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cc/private/toolchain/cc_toolchain_config.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,6 @@ def _impl(ctx):
flag_group(
flags = [
"-lstdc++",
"-undefined",
"dynamic_lookup",
"-headerpad_max_install_names",
"-no-canonical-prefixes",
],
Expand Down

0 comments on commit 8a64d2c

Please sign in to comment.