3 lines
No EOL
238 B
Bash
Executable file
3 lines
No EOL
238 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_CXX_FLAGS="-fsanitize=address" -D CMAKE_BUILD_TYPE=Release -D SFIZZ_TESTS=ON -D SFIZZ_BENCHMARKS=ON -S "$script_dir/.." -B . |