Skip to content

Commit

Permalink
Set -fno-exceptions by default
Browse files Browse the repository at this point in the history
  • Loading branch information
hazeycode committed Jan 21, 2025
1 parent d4fbf9b commit e5d77a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pub fn build(b: *std.Build) void {
bool,
"no_exceptions",
"Disable C++ Exceptions",
) orelse false,
) orelse true,
};

const options_step = b.addOptions();
Expand Down

0 comments on commit e5d77a1

Please sign in to comment.