zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 369db8bd74b56814fa67e49b44c66bfeeaedbc4f (tree)
parent 54537285caa651573e9a86a642ba52f453373abb
Author: Manlio Perillo <manlio.perillo@gmail.com>
Date:   Wed, 17 Jun 2026 08:46:00 +0200

Maker/ScannedConfig: Fix alignment of -fincremental

Diffstat:
Mlib/compiler/Maker/ScannedConfig.zig | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/compiler/Maker/ScannedConfig.zig b/lib/compiler/Maker/ScannedConfig.zig @@ -324,7 +324,7 @@ pub fn printUsage(sc: *const ScannedConfig, graph: *Graph, w: *Writer) !void { \\ '--webui' when no limit is specified. \\ --time-report Force full rebuild and provide detailed information on \\ compilation time of Zig source code (implies '--webui') - \\ -fincremental Enable incremental compilation + \\ -fincremental Enable incremental compilation \\ -fno-incremental Disable incremental compilation \\ \\Package Management Options: