Files
zig/src/link
Andrew Kelley 728ce2d7c1 tweaks to --build-id
* build.zig: the result of b.option() can be assigned directly in many
   cases thanks to the return type being an optional
 * std.Build: make the build system aware of the
   std.Build.Step.Compile.BuildId type when used as an option.
   - remove extraneous newlines in error logs
 * simplify caching logic
 * simplify hexstring parsing tests and use a doc test
 * simplify hashing logic. don't use an optional when the `none` tag
   already provides this meaning.
 * CLI: fix incorrect linker arg parsing
2023-05-16 20:39:01 -07:00
..
2023-04-17 13:35:39 +02:00
2023-04-25 13:42:10 -04:00
2023-05-01 19:22:53 -04:00
2023-05-15 03:07:51 -04:00
2023-05-16 20:39:01 -07:00
2023-05-01 19:22:53 -04:00
2020-09-21 18:38:55 -07:00
2023-04-23 21:06:21 +03:00
2023-04-01 08:31:27 +02:00
2023-05-16 20:39:01 -07:00