We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4fbf9b commit e5d77a1Copy full SHA for e5d77a1
build.zig
@@ -34,7 +34,7 @@ pub fn build(b: *std.Build) void {
34
bool,
35
"no_exceptions",
36
"Disable C++ Exceptions",
37
- ) orelse false,
+ ) orelse true,
38
};
39
40
const options_step = b.addOptions();
0 commit comments