aboutsummaryrefslogtreecommitdiff
path: root/build2/config.hxx.in
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-02-19 07:54:10 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-02-19 07:54:10 +0200
commitdd3a232e365d6cabfc38469f7f1ca1e13605d44f (patch)
treec8a54492c9e317eb9fa49ff62e69c2e874bc7ec6 /build2/config.hxx.in
parentad59fab667c469f928e8897a762b3d5f519aba82 (diff)
Change BUILD2_STAGE to false
Diffstat (limited to 'build2/config.hxx.in')
-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.