zig/lib/std/Build
Andrew Kelley a3c74aca99 add --debug-rt CLI arg to the compiler + bonus edits
The flag makes compiler_rt and libfuzzer be in debug mode.

Also:
* fuzzer: override debug logs and disable debug logs for frequently
  called functions
* std.Build.Fuzz: fix bug of rerunning the old unit test binary
* report errors from rebuilding the unit tests better
* link.Elf: additionally add tsan lib and fuzzer lib to the hash
2024-07-25 18:52:21 -07:00
..
Cache std.Build.Cache.Path: fix the format method 2024-07-12 00:14:08 -07:00
Step add --debug-rt CLI arg to the compiler + bonus edits 2024-07-25 18:52:21 -07:00
Cache.zig add sub-compilation cache inputs to parents in whole mode 2024-07-24 19:40:54 -07:00
Fuzz.zig add --debug-rt CLI arg to the compiler + bonus edits 2024-07-25 18:52:21 -07:00
Module.zig add the build system API for enabling fuzzing 2024-07-22 13:07:02 -07:00
Step.zig build runner: update watch caption to include subprocesses 2024-07-14 22:27:51 -07:00
Watch.zig build runner: refactor fs watch logic for OS abstraction 2024-07-12 14:20:20 -07:00