mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 06:03:15 -06:00
don't use b.release_mode
This commit is contained in:
parent
3c29db51ed
commit
a403d14110
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
const std = @import("std");
|
||||
|
||||
pub fn build(b: *std.Build) void {
|
||||
b.release_mode = .safe;
|
||||
// b.release_mode = .safe;
|
||||
const target = b.standardTargetOptions(.{});
|
||||
const optimize = b.standardOptimizeOption(.{});
|
||||
|
||||
|
|
Loading…
Reference in a new issue