We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ea5acd commit 72ef93fCopy full SHA for 72ef93f
build.zig
@@ -13,7 +13,7 @@ pub fn build(b: *std.Build) void {
13
// Standard optimization options allow the person running `zig build` to select
14
// between Debug, ReleaseSafe, ReleaseFast, and ReleaseSmall. Here we do not
15
// set a preferred release mode, allowing the user to decide how to optimize.
16
- const optimize = b.standardOptimizeOption(.{ .preferred_optimize_mode = .ReleaseSafe });
+ const optimize = b.standardOptimizeOption(.{});
17
18
// Expose as modules that others can import
19
_ = b.addModule("schnorr", .{
0 commit comments