Compilation with Clang? #305
-
How can I compile circle with clang instead of arm-gcc? I am on a M1 MacBook. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Normally Clang is not supported officially, but I made an attempt to support it earlier on the branch clang-support. There are several limitations with this version, but if you want to try it, let me know, so I can I give you instructions on how to configure it. |
Beta Was this translation helpful? Give feedback.
-
I have merged the clang-support branch to the develop branch to be part of the next release. The branch clang-support has been removed. There are instructions on using Clang/LLVM to build Circle in the file doc/clang-support.txt. The problem with the linker on Macs is not solved so far. It would be great, if somebody could deal with this, who has a Mac, because I do not have one. |
Beta Was this translation helpful? Give feedback.
Normally Clang is not supported officially, but I made an attempt to support it earlier on the branch clang-support. There are several limitations with this version, but if you want to try it, let me know, so I can I give you instructions on how to configure it.