diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-06-30 13:28:21 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-06-30 13:28:21 +0200 |
commit | ec15b94f42c911665aa8a621aca52e99ce70ad7a (patch) | |
tree | e5b9a1fe034443327b33bd121f5299edd87d3808 /libbuild2 | |
parent | 2a5eb277bebcfffd6be8fda5d4e1048abc526dc4 (diff) |
Release version 0.16.0v0.16.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 |