Skip to content

Commit

Permalink
build.zig- lots of packages, always pass prominent_compile_errors
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro committed Jul 26, 2022
1 parent cecdf7b commit 9e2a01b
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 @@ -9,6 +9,7 @@ pub fn build(b: *std.build.Builder) void {
});
std.debug.assert(target.getOsTag() == .linux);

b.prominent_compile_errors = true;
b.setPreferredReleaseMode(.ReleaseSafe);
const mode = b.standardReleaseOptions();

Expand Down

0 comments on commit 9e2a01b

Please sign in to comment.