6 lines
87 B
Bash
6 lines
87 B
Bash
export CC=clang
|
|
export CXX=clang++
|
|
export COMPILE_COMMANDS=ON
|
|
export BUILD_TYPE=Debug
|
|
|