diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2024-02-26 23:48:56 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2024-02-26 23:48:56 -0700 |
| commit | 97f2a8b5cb4c882e05add16a69c7a55f7fe46794 (patch) | |
| tree | 1e43782596289add5da2d11e68b907d03b071739 /src/introspect.zig | |
| parent | 1a01151a4e1e83826d6911c929210aabcaed36e9 (diff) | |
| download | zig-97f2a8b5cb4c882e05add16a69c7a55f7fe46794.tar.gz zig-97f2a8b5cb4c882e05add16a69c7a55f7fe46794.zip | |
introduce ZIG_DEBUG_CMD to choose debug mode
for lazily built commands such as `zig fmt` and `zig reduce`. Useful if
you want to test a patch to them.
Diffstat (limited to 'src/introspect.zig')
| -rw-r--r-- | src/introspect.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/introspect.zig b/src/introspect.zig index 765e9409ed..36821592df 100644 --- a/src/introspect.zig +++ b/src/introspect.zig @@ -153,6 +153,7 @@ pub const EnvVar = enum { ZIG_VERBOSE_LINK, ZIG_VERBOSE_CC, ZIG_BTRFS_WORKAROUND, + ZIG_DEBUG_CMD, CC, NO_COLOR, XDG_CACHE_HOME, |
