| author | |
| committer | |
| log | 9f01fa09eb07b9e8a035a849a2e7f603b30f4749 |
| tree | 8f90c91c1030018f934c42769a688855b73d11b8 |
| parent | e0bd9084578b169f61c10db091f4643f20391064 |
1 files changed, 1 insertions(+), 2 deletions(-)
build.zig+1-2| ... | ... | @@ -1,9 +1,8 @@ |
| 1 | 1 | const std = @import("std"); |
| 2 | const Builder = std.build.Builder; | |
| 3 | 2 | const builtin = std.builtin; |
| 4 | 3 | const deps = @import("./deps.zig"); |
| 5 | 4 | |
| 6 | pub fn build(b: *Builder) void { | |
| 5 | pub fn build(b: *std.build.Builder) void { | |
| 7 | 6 | const target = b.standardTargetOptions(.{}); |
| 8 | 7 | |
| 9 | 8 | b.setPreferredReleaseMode(.ReleaseSafe); |