diff options
| author | Nic Gaffney <gaffney_nic@protonmail.com> | 2026-02-18 16:47:14 -0600 |
|---|---|---|
| committer | Nic Gaffney <gaffney_nic@protonmail.com> | 2026-02-18 16:47:14 -0600 |
| commit | d872eceeb6f082abeb3a41d8e1f6e9db53ec7a6e (patch) | |
| tree | 7025db320ffa1f5e42055ec73d02b2fb6a6e7af8 /build.zig | |
| parent | 813b6631de7aa296c23e2471589d66625aa6ce15 (diff) | |
| download | funcz-d872eceeb6f082abeb3a41d8e1f6e9db53ec7a6e.tar.gz | |
Added fnInput and fnOutput
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"), |
