Codebase list knights / 841d6fbf-e1ff-42f2-a25e-2ced42c6b0dc/main compile_debug
841d6fbf-e1ff-42f2-a25e-2ced42c6b0dc/main

Tree @841d6fbf-e1ff-42f2-a25e-2ced42c6b0dc/main (Download .tar.gz)

compile_debug @841d6fbf-e1ff-42f2-a25e-2ced42c6b0dc/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