Codebase list knights / 1108f9bb-099b-49e0-bc41-d6d577cdf11d/main compile_debug
1108f9bb-099b-49e0-bc41-d6d577cdf11d/main

Tree @1108f9bb-099b-49e0-bc41-d6d577cdf11d/main (Download .tar.gz)

compile_debug @1108f9bb-099b-49e0-bc41-d6d577cdf11d/mainraw · history · blame

1
2
3
4
5
6
7
8
9
#!/bin/bash

if ! [ -d build_debug ]; then
	mkdir build_debug
fi

cd build_debug

cmake .. -DCMAKE_BUILD_TYPE=DebugFull -DCMAKE_INSTALL_PREFIX=/usr && make -j 4