From d872eceeb6f082abeb3a41d8e1f6e9db53ec7a6e Mon Sep 17 00:00:00 2001 From: Nic Gaffney Date: Wed, 18 Feb 2026 16:47:14 -0600 Subject: Added fnInput and fnOutput --- build.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.zig') diff --git a/build.zig b/build.zig index f1ad78e..18e6b2d 100644 --- a/build.zig +++ b/build.zig @@ -2,7 +2,7 @@ const std = @import("std"); pub fn build(b: *std.Build) !void { const target = b.standardTargetOptions(.{}); - const optimize = b.standardOptimizeOption(.{}); + const optimize = b.standardOptimizeOption(.{.preferred_optimize_mode = .ReleaseFast}); const rootmod =b.addModule("funcz", .{ .root_source_file = b.path("src/root.zig"), -- cgit v1.2.3