We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aa53c2 commit 93bdc82Copy full SHA for 93bdc82
build.zig
@@ -5,7 +5,7 @@ const base58 = @import("base58");
5
pub fn build(b: *std.Build) !void {
6
// Be sure to specify a solana target
7
const target = b.resolveTargetQuery(solana.sbf_target);
8
- const optimize = .ReleaseSmall;
+ const optimize = .ReleaseFast;
9
const program = b.addSharedLibrary(.{
10
.name = "helloworld",
11
.root_source_file = b.path("src/main.zig"),
0 commit comments