sfizz/scripts/debug_gcc.sh
2019-11-29 22:45:41 +01:00

3 lines
No EOL
187 B
Bash
Executable file

#!/bin/sh
script_dir="$(dirname "$0")"
cmake -D CMAKE_C_COMPILER=gcc -D CMAKE_CXX_COMPILER=g++ -D CMAKE_BUILD_TYPE=Debug -D SFIZZ_TESTS=ON -D SFIZZ_BENCHMARKS=ON -S "$script_dir/.." -B .