build: switch release builds back to ReleaseSafe
This commit is contained in:
parent
9f4c5ef2b8
commit
8426ae61ba
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ fn build_release(
|
|||
.{ .cpu_arch = .x86_64, .os_tag = .windows },
|
||||
.{ .cpu_arch = .aarch64, .os_tag = .windows },
|
||||
};
|
||||
const optimize = .ReleaseFast;
|
||||
const optimize = .ReleaseSafe;
|
||||
|
||||
const write_file_step = b.addWriteFiles();
|
||||
const version_file = write_file_step.add("version", version);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue