authorgravatar for rpkak@noreply.codeberg.orgrpkak <rpkak@noreply.codeberg.org> 2026-07-05 10:22:21+02:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2026-08-05 01:48:56+02:00
log5b18caf2603066e5d29fc6f6b1fac931d85d1010
tree48ae47ac6689de0e15bc5c140f90430de5c57489
parent0be5e81cc8cae524768e6a66e0af84c4d2b28314

Maker: remove '--global-cache-dir' from 'zig build --help'

this option does not exist anymore

1 files changed, 0 insertions(+), 1 deletions(-)

lib/compiler/Maker/ScannedConfig.zig-1
...@@ -341,7 +341,6 @@ pub fn printUsage(sc: *const ScannedConfig, graph: *Graph, w: *Writer) !void {...@@ -341,7 +341,6 @@ pub fn printUsage(sc: *const ScannedConfig, graph: *Graph, w: *Writer) !void {
341 \\ --error-limit [num] Set the maximum amount of distinct error values341 \\ --error-limit [num] Set the maximum amount of distinct error values
342 \\ --build-file [file] Override path to build.zig342 \\ --build-file [file] Override path to build.zig
343 \\ --cache-dir [path] Override path to local Zig cache directory343 \\ --cache-dir [path] Override path to local Zig cache directory
344 \\ --global-cache-dir [path] Override path to global Zig cache directory
345 \\ --zig-lib=[arg] Override path to Zig lib directory344 \\ --zig-lib=[arg] Override path to Zig lib directory
346 \\ --seed [integer] For shuffling dependency traversal order (default: random)345 \\ --seed [integer] For shuffling dependency traversal order (default: random)
347 \\ --cache-poison[=mode] Override configuration caching behavior346 \\ --cache-poison[=mode] Override configuration caching behavior