build icon indicating copy to clipboard operation
build copied to clipboard

clang support on linux?

Open revmischa opened this issue 7 years ago • 1 comments

Is there a way to use clang on linux? From looking at config.gnu.mk - it hardcodes CC/CXX to gcc/g++

revmischa avatar Feb 02 '18 19:02 revmischa

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.

c3d avatar Feb 03 '18 13:02 c3d