Added a reldeb helper script
This commit is contained in:
parent
84ff52d0e6
commit
6b21ca4151
1 changed files with 3 additions and 0 deletions
3
scripts/reldeb_gcc.sh
Executable file
3
scripts/reldeb_gcc.sh
Executable 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 .
|
||||
Loading…
Add table
Reference in a new issue