Replies: 1 comment
-
You can add this to your user-config.jam:
You will need to make sure to either have |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Looks like b2 can not use an alternative linker for gcc. I want it because I want to use latest c++23 support implemented by gcc and sycl together. This link shows I can compile c++ code with gcc, and link the code with dpcpp as linker:
https://stackoverflow.com/questions/68158506/create-a-static-or-shared-library-from-sycl-program-using-dpc
It works fine by hand commands, but how to do it in b2 build jamfile?
Beta Was this translation helpful? Give feedback.
All reactions