Skip to content
Snippets Groups Projects
all-debug.sh 167 B
Newer Older
  • Learn to ignore specific revisions
  • THREADS=${1:-5}
    
    CXX=clang++ make debug -j${THREADS} || exit 1
    CXX=clang++ make install-debug -j${THREADS} || exit 1
    CXX=clang++ make test-debug -j${THREADS} || exit 1