summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2025-06-25 12:17:43 +0200
committerSascha Roloff <sascha.roloff@huawei.com>2025-06-25 14:57:30 +0200
commitc2fa710b75ca85741758a06a549b75aa40a00a50 (patch)
tree46b048fb5f4f8044715b14cdee1b48521be5225c
parent1af712fae362a83b68278572238e96c213aa2043 (diff)
downloadjustbuild-c2fa710b75ca85741758a06a549b75aa40a00a50.tar.gz
INSTALL: Update with new behaviour of DEBUG variable
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 4dc32969..2d78cb15 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -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 |