We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d64b813 commit e09aea2Copy full SHA for e09aea2
build.zig
@@ -22,7 +22,7 @@ pub fn build(b: *std.Build) void {
22
const AFLplusplus_inc_path = AFLplusplus_dep.path("include/");
23
24
// Common flags
25
- var flags = std.BoundedArray([]const u8, 12){};
+ var flags = std.BoundedArray([]const u8, 16){};
26
flags.appendSliceAssumeCapacity(&EXE_FLAGS);
27
flags.appendSliceAssumeCapacity(&.{ lib_path_flag, bin_path_flag });
28
if (target.result.cpu.arch.isX86()) {
0 commit comments