#!/bin/sh
cmake . -DCMAKE_BUILD_TYPE=Debug -DTESTING=True && make -j"$(nproc)"
