export CC=clang
export CXX=clang++
export COMPILE_COMMANDS=ON
export BUILD_TYPE=Debug

