Skip to content

Commit

Permalink
Compile the profile executable using the same optimization settings a…
Browse files Browse the repository at this point in the history
…s the library.

...
  • Loading branch information
Senryoku committed May 2, 2024
1 parent 4eea1fe commit 49f924f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pub fn build(b: *std.Build) void {
.name = "profile",
.root_source_file = .{ .path = "src/profile.zig" },
.target = target,
.optimize = .Debug,
.optimize = .ReleaseSmall,
});
b.installArtifact(profile);

Expand Down

0 comments on commit 49f924f

Please sign in to comment.