sfizz/scripts/debug_clang.sh

3 lines
196 B
Bash
Raw Normal View History

2019-08-24 15:32:17 +02:00
#!/bin/sh
script_dir="$(dirname "$0")"
2019-08-30 15:48:03 +02:00
cmake -D CMAKE_C_COMPILER=clang-9 -D CMAKE_CXX_COMPILER=clang++-9 -D CMAKE_BUILD_TYPE=Debug -D SFIZZ_TESTS=ON -D SFIZZ_BENCHMARKS=ON -S "$script_dir/.." -B .