build
build copied to clipboard
clang support on linux?
Is there a way to use clang on linux? From looking at config.gnu.mk - it hardcodes CC/CXX to gcc/g++
For a a one-time build, make CC=clang should do it. Otherwise, add a config.linux-clang.mk file that includes the GNU one and override. Submit a pull request if you get it working. Or if you'd rather have me do it, just ask.