sfizz/scripts/debug_clang.sh
2019-08-24 15:32:17 +02:00

3 lines
No EOL
155 B
Bash
Executable file

#!/bin/sh
script_dir="$(dirname "$0")"
cmake -D CMAKE_C_COMPILER=clang-9 -D CMAKE_CXX_COMPILER=clang++-9 -D CMAKE_BUILD_TYPE=Debug -S "$script_dir/.." -B .