Skip to content

Commit 3277e73

Browse files
committed
[Github Actions] Linux additional compile args
1 parent 2e877eb commit 3277e73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ def get_libboost_python_name():
157157
extra_compile_args.append("-std=c++2a")
158158
extra_compile_args.append("-Wno-comment")
159159
extra_compile_args.append("-fuse-ld=lld")
160+
extra_compile_args.append("-Wl,--compress-sections=.text=none")
160161
else:
161162
extra_compile_args.append("-std=c++20")
162163
extra_link_args.append("-headerpad_max_install_names")

0 commit comments

Comments
 (0)