We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 570fa30 commit 9ee15baCopy full SHA for 9ee15ba
1 file changed
settings.py
@@ -156,7 +156,7 @@ def get_libboost_python_name():
156
libraries.append("rt")
157
extra_compile_args.append("-std=c++2a")
158
extra_compile_args.append("-Wno-comment")
159
- extra_compile_args.append("-fuse-ld=lld")
+ extra_compile_args.append("-Wl,--no-crel")
160
else:
161
extra_compile_args.append("-std=c++20")
162
extra_link_args.append("-headerpad_max_install_names")
0 commit comments