Added release to readme, changed default build option

This commit is contained in:
2024-07-08 12:29:29 -06:00
parent 7b28a8614c
commit 75f9e55f94
2 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ pub fn build(b: *std.Build) void {
// TODO
// Prefer small size binaries for optimization
const optimize = b.standardOptimizeOption(.{ .preferred_optimize_mode = .ReleaseSmall });
const optimize = b.standardOptimizeOption(.{});
const exe = b.addExecutable(.{
.name = "genius_deck",