zig/lib/std/Build
Andrew Kelley 716b128a24 frontend: add -fincremental, -fno-incremental flag
Remove --debug-incremental

This flag is also added to the build system. Importantly, this tells
Compile step whether or not to keep the compiler running between
rebuilds. It defaults off because it is currently crashing
zirUpdateRefs.
2024-07-14 21:18:09 -07:00
..
Cache std.Build.Cache.Path: fix the format method 2024-07-12 00:14:08 -07:00
Step frontend: add -fincremental, -fno-incremental flag 2024-07-14 21:18:09 -07:00
Cache.zig frontend: add file system inputs for incremental cache mode 2024-07-12 00:15:11 -07:00
Module.zig build system: add docs to LinkSystemLibraryOptions 2024-07-05 11:34:13 -07:00
Step.zig make zig compiler processes live across rebuilds 2024-07-14 19:51:16 -07:00
Watch.zig build runner: refactor fs watch logic for OS abstraction 2024-07-12 14:20:20 -07:00