diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-10-16 12:15:14 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-10-16 12:15:14 +0200 |
commit | fac1f565f11df9c00a675f6f83360c4301629cb5 (patch) | |
tree | 9b77e6ba79ecfbecd943711a81d1bbec72fb2f41 /libbuild2 | |
parent | 5d68312bd6973407ae7546ea73d91b4dc8c37741 (diff) |
Release version 0.14.0v0.14.0
Diffstat (limited to 'libbuild2')
-rw-r--r-- | libbuild2/config.hxx.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/config.hxx.in b/libbuild2/config.hxx.in index 9a2e01f..17ca6cc 100644 --- a/libbuild2/config.hxx.in +++ b/libbuild2/config.hxx.in @@ -18,7 +18,7 @@ // toolchain. Bootstrap will be a problem though. (Maybe set it to nullptr and // say that it shall not be queried?) // -#define LIBBUILD2_STAGE true +#define LIBBUILD2_STAGE false // Modification time sanity checks are by default only enabled for the staged // version unless we are on Windows (which is known not to guarantee |