Skip to content

Commit

Permalink
Use ReleaseSafe and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
aburdulescu committed Sep 12, 2022
1 parent 01b9703 commit f1dd62b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const std = @import("std");

pub fn build(b: *std.build.Builder) void {
b.setPreferredReleaseMode(.ReleaseSmall);
b.setPreferredReleaseMode(.ReleaseSafe);

const target = b.standardTargetOptions(.{});
const mode = b.standardReleaseOptions();
Expand Down
2 changes: 1 addition & 1 deletion src/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2
0.3

0 comments on commit f1dd62b

Please sign in to comment.