diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-03-18 16:12:00 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-03-18 16:12:00 +0200 |
commit | f0b3a898a7539d11680a0d723b90a62a1883c738 (patch) | |
tree | ac24d7373dae4e0bfa1c4f31a57df59992ea34a2 | |
parent | 5518f4195084507b62388a602d839d933cec1416 (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. |