summaryrefslogtreecommitdiff
path: root/src/ctor.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2025-02-09 15:55:01 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2025-02-13 18:13:33 +0100
commitdbacf0029104780556af5791f2c6a45edc7a5ec4 (patch)
treea1920549495d3b132503a3f620e5afe1edb2b579 /src/ctor.h
parent6d66cbcb80f7d6755c8b594011e2a772469e914f (diff)
Add dry-run option.
Diffstat (limited to 'src/ctor.h')
-rw-r--r--src/ctor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ctor.h b/src/ctor.h
index 6cb46a5..9c6fcf6 100644
--- a/src/ctor.h
+++ b/src/ctor.h
@@ -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;