Skip to content

Commit

Permalink
build.zig: default prominent_compile_errors on
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro committed Aug 11, 2022
1 parent 1bab7ee commit 513aa28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const builtin = @import("builtin");
const deps = @import("./deps.zig");

pub fn build(b: *std.build.Builder) void {
b.prominent_compile_errors = true;
const target = b.standardTargetOptions(.{});

b.setPreferredReleaseMode(.ReleaseSafe);
Expand Down

0 comments on commit 513aa28

Please sign in to comment.