diff --git a/build.zig b/build.zig index 654a6e5..554af93 100644 --- a/build.zig +++ b/build.zig @@ -39,6 +39,7 @@ pub fn build(b: *std.Build) void { // Later on we'll use this module as the root module of a test executable // which requires us to specify a target. .target = target, + .optimize = optimize, }); // Here we define an executable. An executable needs to have a root module