1# Example configuration file for compiling on a Unix-like system with2# clang as compiler instead of gcc.34# We are on a Unix system so we assume a Single Unix compatible 'make'5# utility, and Unix defaults.6includeconf/Unix.mk78BUILD = bclang9CC = clang10LD = clang11LDDLL = clang12