diff options
Diffstat (limited to 'settings.h')
-rw-r--r-- | settings.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,4 +7,5 @@ struct Settings { std::string builddir; std::size_t parallel_processes; + int verbose{1}; }; |
index : ctor.git | ||
Unnamed repository; edit this file 'description' to name the repository. |
summaryrefslogtreecommitdiff |
-rw-r--r-- | settings.h | 1 |
@@ -7,4 +7,5 @@ struct Settings { std::string builddir; std::size_t parallel_processes; + int verbose{1}; }; |