Hacker News new | ask | show | jobs
by X-Istence 5239 days ago
They will ship with a different compiler, clang, and then with homebrew you can compile and install GCC to your hearts content.

For all of my personal projects and projects at work I am using clang because the errors and warnings it gives me are clearer, pinpoint the problem and it compiles my codebase almost 30% faster than GCC.