How do I pass additional compiler flags to poac build command? #940
-
I want to use the mold linker. I have it installed in my machine. For the compiler to use the mold linker, I need to pass |
Beta Was this translation helpful? Give feedback.
Answered by
yaito3014
Jul 10, 2024
Replies: 2 comments
-
You can either:
There seems to be no other way, unfortunately. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
shyamsundarb-arch
-
Thank you @yaito3014 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can either:
--run
option in mold likemold --run poac build
, orLDFLAGS
environment variable to-fuse-ld=mold
, orThere seems to be no other way, unfortunately.