diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-02-19 07:54:10 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-02-19 07:54:10 +0200 |
commit | dd3a232e365d6cabfc38469f7f1ca1e13605d44f (patch) | |
tree | c8a54492c9e317eb9fa49ff62e69c2e874bc7ec6 | |
parent | ad59fab667c469f928e8897a762b3d5f519aba82 (diff) |
Change BUILD2_STAGE to false
-rw-r--r-- | build2/config.hxx.in | 2 |
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. |