Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
build-debug.sh 127 B
THREADS=${1:-5}
CXX=clang++ make build-code-debug -j${THREADS} || exit 1
CXX=clang++ make install-debug -j${THREADS} || exit 1