Added release to readme, changed default build option
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user