From c2fa710b75ca85741758a06a549b75aa40a00a50 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Wed, 25 Jun 2025 12:17:43 +0200 Subject: INSTALL: Update with new behaviour of DEBUG variable --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 | -- cgit v1.2.3