Skip to content

Commit 93bdc82

Browse files
committed
Use .ReleaseFast instead of .ReleaseSmall
1 parent 6aa53c2 commit 93bdc82

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
@@ -5,7 +5,7 @@ const base58 = @import("base58");
55
pub fn build(b: *std.Build) !void {
66
// Be sure to specify a solana target
77
const target = b.resolveTargetQuery(solana.sbf_target);
8-
const optimize = .ReleaseSmall;
8+
const optimize = .ReleaseFast;
99
const program = b.addSharedLibrary(.{
1010
.name = "helloworld",
1111
.root_source_file = b.path("src/main.zig"),

0 commit comments

Comments
 (0)