Added a reldeb helper script

This commit is contained in:
paulfd 2019-09-16 16:03:43 +02:00
parent 84ff52d0e6
commit 6b21ca4151

3
scripts/reldeb_gcc.sh Executable file
View file

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