aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-06-08 10:21:16 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-06-08 10:21:16 +0200
commit43721bf898c32ab74b43e4d24df7798149acc3dc (patch)
tree63d686ab71e6e72e041c815677fb5520be51e8a2
parent95c79896d9237be824fbf1bfff18292c08bb68fd (diff)
Change BUILD2_STAGE false
-rw-r--r--build2/config.hxx.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/config.hxx.in b/build2/config.hxx.in
index 07499b1..92f3d41 100644
--- a/build2/config.hxx.in
+++ b/build2/config.hxx.in
@@ -19,7 +19,7 @@
// toolchain. Bootstrap will be a problem though. (Maybe set it to nullptr and
// say that it shall not be queried?)
//
-#define BUILD2_STAGE true
+#define BUILD2_STAGE false
// Modification time sanity checks are by default only enabled for the staged
// version but this can be overridden at runtime with --[no-]mtime-check.