sfizz/scripts/debug_gcc.sh

3 lines
145 B
Bash
Raw Normal View History

2019-08-24 15:32:17 +02:00
#!/bin/sh
script_dir="$(dirname "$0")"
cmake -D CMAKE_C_COMPILER=gcc -D CMAKE_CXX_COMPILER=g++ -D CMAKE_BUILD_TYPE=Debug -S "$script_dir/.." -B .