We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e25b5e6 commit 0cded48Copy full SHA for 0cded48
build_defs.bzl
@@ -68,10 +68,7 @@ def pybind_extension(
68
linkopts = linkopts + select({
69
"@platforms//os:osx": ["-undefined", "dynamic_lookup"],
70
Label("@pybind11//:msvc_compiler"): [],
71
- "//conditions:default": [
72
- "-Wl,-Bsymbolic",
73
- "-Wl,-z,undefs",
74
- ],
+ "//conditions:default": ["-Wl,-Bsymbolic"],
75
}),
76
linkshared = 1,
77
tags = tags,
0 commit comments