build: enable ReleaseFast for release builds
This commit is contained in:
parent
a5bf57e0e6
commit
4606fc923d
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ fn build_release(
|
||||||
.{ .cpu_arch = .x86_64, .os_tag = .windows },
|
.{ .cpu_arch = .x86_64, .os_tag = .windows },
|
||||||
.{ .cpu_arch = .aarch64, .os_tag = .windows },
|
.{ .cpu_arch = .aarch64, .os_tag = .windows },
|
||||||
};
|
};
|
||||||
const optimize = .ReleaseSafe;
|
const optimize = .ReleaseFast;
|
||||||
|
|
||||||
var version = std.ArrayList(u8).init(b.allocator);
|
var version = std.ArrayList(u8).init(b.allocator);
|
||||||
defer version.deinit();
|
defer version.deinit();
|
||||||
|
|
Loading…
Add table
Reference in a new issue