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 aae83b0 commit 2e877ebCopy full SHA for 2e877eb
settings.py
@@ -155,6 +155,8 @@ def get_libboost_python_name():
155
if platform.system() in ("Linux",):
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")
160
else:
161
extra_compile_args.append("-std=c++20")
162
extra_link_args.append("-headerpad_max_install_names")
0 commit comments