diff options
Diffstat (limited to 'src/ctor.h')
-rw-r--r-- | src/ctor.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -209,6 +209,7 @@ struct settings std::string builddir{"build"}; std::size_t parallel_processes{1}; int verbose{0}; // -1: completely silent, 0: normal, 1: verbose, ... + bool dry_run{false}; }; struct build_configuration; |