Add -Werror=vla

This commit is contained in:
Frank Denis
2025-08-22 12:11:40 +02:00
parent 377a6640e8
commit def5b9d306
+1
View File
@@ -222,6 +222,7 @@ pub fn build(b: *std.Build) !void {
"-fno-strict-overflow",
"-fwrapv",
"-flax-vector-conversions",
"-Werror=vla",
};
const allocator = heap.page_allocator;