Skip to content

Commit 72ef93f

Browse files
committed
test: remove optimize
1 parent 9ea5acd commit 72ef93f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pub fn build(b: *std.Build) void {
1313
// Standard optimization options allow the person running `zig build` to select
1414
// between Debug, ReleaseSafe, ReleaseFast, and ReleaseSmall. Here we do not
1515
// set a preferred release mode, allowing the user to decide how to optimize.
16-
const optimize = b.standardOptimizeOption(.{ .preferred_optimize_mode = .ReleaseSafe });
16+
const optimize = b.standardOptimizeOption(.{});
1717

1818
// Expose as modules that others can import
1919
_ = b.addModule("schnorr", .{

0 commit comments

Comments
 (0)