From 9b6cd4b3774f4bf960405fa95057ed9075865309 Mon Sep 17 00:00:00 2001 From: adrien Date: Mon, 4 May 2026 14:34:31 +0200 Subject: [PATCH] Removed release fast --- build.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.zig b/build.zig index 2883cb9..e507138 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(.{ .preferred_optimize_mode = .ReleaseFast }); + const optimize = b.standardOptimizeOption(.{}); // 1. Define the module so other projects can import it _ = b.addModule("dimal", .{