On 2016-11-29 02:54, Thomas Mayer wrote:
Should I use gcc or clang for compilation on OS X? Or both?
i'd use $(CC).
i see little merit in using a compiler that is actively being phased out in the ecosystem (that is: why would you want to use gcc on OSX these days?)
however, some of my CI-builds use clang AND gcc on linux, mainly to check for as many build problems as possible (which is my main motivation for using CI - as opposed to produce distributable artifacts)
fgasmdr IOhannes