Skip to content

Commit 2e877eb

Browse files
committed
[Github Actions] Linux workflow linking change
1 parent aae83b0 commit 2e877eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

settings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ def get_libboost_python_name():
155155
if platform.system() in ("Linux",):
156156
libraries.append("rt")
157157
extra_compile_args.append("-std=c++2a")
158+
extra_compile_args.append("-Wno-comment")
159+
extra_compile_args.append("-fuse-ld=lld")
158160
else:
159161
extra_compile_args.append("-std=c++20")
160162
extra_link_args.append("-headerpad_max_install_names")

0 commit comments

Comments
 (0)