Skip to content

Commit a0dcfdf

Browse files
remove bad flags
1 parent 289fb70 commit a0dcfdf

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

cc/toolchains/llvm/cc_toolchain_config.bzl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,6 @@ def cc_toolchain_config(
108108
use_lld = False
109109
link_flags.extend([
110110
"-headerpad_max_install_names",
111-
# This will issue a warning on macOS ventura; see:
112-
# https://github.com/python/cpython/issues/97524
113-
# https://developer.apple.com/forums/thread/719961
114-
"-undefined",
115-
"dynamic_lookup",
116-
"-Wl,-no_fixup_chains",
117111
])
118112
else:
119113
use_lld = True

0 commit comments

Comments
 (0)