Skip to content

Commit 9ee15ba

Browse files
committed
[Github Actions] Disable compact relocation (Linux)
1 parent 570fa30 commit 9ee15ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def get_libboost_python_name():
156156
libraries.append("rt")
157157
extra_compile_args.append("-std=c++2a")
158158
extra_compile_args.append("-Wno-comment")
159-
extra_compile_args.append("-fuse-ld=lld")
159+
extra_compile_args.append("-Wl,--no-crel")
160160
else:
161161
extra_compile_args.append("-std=c++20")
162162
extra_link_args.append("-headerpad_max_install_names")

0 commit comments

Comments
 (0)