5 lines
86 B
Bash
5 lines
86 B
Bash
export CC=clang
|
|
export CXX=clang++
|
|
export COMPILE_COMMANDS=ON
|
|
export BUILD_TYPE=Debug
|