#!/bin/bash mkdir -p build cd build cmake -D CMAKE_CXX_FLAGS="-g -fmax-errors=1" -DBUILD_BLS_PYTHON_BINDINGS=false .. make -j8 $@