by Rachael » Fri Feb 14, 2020 6:11 am
Manuel-K wrote:Does Rachael use gcc or clang?
Clang 6.0, as included in Ubuntu's 18.04 repositories.
Code: Select all
clang version 6.0.0-1ubuntu2 (tags/RELEASE_600/final)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
I used it because at the time that I created the build tree, I was attempting to do the Linux port for Raze and Graf was already working on fixing the Mac OS version so it would compile, and I figured we'd get similar results by using similar compilers. (Mac uses Clang exclusively in Xcode, as far as I know)
I'll probably upgrade to Clang 9 at some point, but I have to remove something else from the system first.
[quote="Manuel-K"]Does Rachael use gcc or clang?[/quote]
Clang 6.0, as included in Ubuntu's 18.04 repositories.
[code]clang version 6.0.0-1ubuntu2 (tags/RELEASE_600/final)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
[/code]
I used it because at the time that I created the build tree, I was attempting to do the Linux port for Raze and Graf was already working on fixing the Mac OS version so it would compile, and I figured we'd get similar results by using similar compilers. (Mac uses Clang exclusively in Xcode, as far as I know)
I'll probably upgrade to Clang 9 at some point, but I have to remove something else from the system first.