diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-06-25 12:17:43 +0200 |
---|---|---|
committer | Sascha Roloff <sascha.roloff@huawei.com> | 2025-06-25 14:57:30 +0200 |
commit | c2fa710b75ca85741758a06a549b75aa40a00a50 (patch) | |
tree | 46b048fb5f4f8044715b14cdee1b48521be5225c | |
parent | 1af712fae362a83b68278572238e96c213aa2043 (diff) | |
download | justbuild-c2fa710b75ca85741758a06a549b75aa40a00a50.tar.gz |
INSTALL: Update with new behaviour of DEBUG variable
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ variables. The full list can be obtained via `just-mr describe`. | ARCH | x86, x86_64, arm, arm64 | x86_64 | | HOST_ARCH | x86, x86_64, arm, arm64 | *derived from ARCH* | | TARGET_ARCH | x86, x86_64, arm, arm64 | *derived from ARCH* | -| DEBUG | true, false | false | +| DEBUG | map, anything logically false | null | | TOOLCHAIN_CONFIG["FAMILY"] | gnu, clang, unknown | unknown | | TOOLCHAIN_CONFIG["BUILD_STATIC"] | true, false | false | |