Refuse VLAs

This commit is contained in:
Frank Denis
2024-07-11 09:22:04 +02:00
parent 3e17b33c70
commit 8b6f31f44f
+1
View File
@@ -216,6 +216,7 @@ pub fn build(b: *std.Build) !void {
"-fno-strict-overflow",
"-fwrapv",
"-flax-vector-conversions",
"-Werror=vla",
};
const allocator = heap.page_allocator;