// -*- c++ -*- // Distributed under the BSD 2-Clause License. // See accompanying file LICENSE for details. #pragma once #include struct Settings { std::string builddir; std::size_t parallel_processes; int verbose{1}; };