fix memleak; initialization boilerplate

This commit is contained in:
2025-01-01 23:09:50 +02:00
parent 85dfbe9d09
commit 49c910b8b2
4 changed files with 239 additions and 21 deletions

View File

@@ -98,7 +98,6 @@ pub fn build(b: *std.Build) !void {
const gcc_analyze = b.addSystemCommand(&.{
"gcc",
"--analyzer",
"-Wno-analyzer-malloc-leak", // TODO remove when wiring is complete and everything's free()d
"-Werror",
"-o",
"/dev/null",