vmap/compile_debug.sh

2 lines
100 B
Bash
Executable File

cmake -G "Unix Makefiles" -H. -Bbuild -DCMAKE_BUILD_TYPE=Debug && cmake --build build -- -j$(nproc)