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