THREADS=${1:-5}
CXX=g++-7 make build-code-release -j${THREADS} || exit 1
CXX=g++-7 make install-release -j${THREADS} || exit 1