1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-19 10:05:05 -07:00

Refuse VLAs

This commit is contained in:
Frank Denis 2024-07-11 09:22:04 +02:00
parent 3e17b33c70
commit 8b6f31f44f

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;