pull/9949/head
Bart Louwers 2025-12-18 01:33:04 +01:00
parent ce73f015dc
commit c90061b765
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ pub fn build(b: *std.Build) !void {
try flags.appendSlice(b.allocator, &.{
"-fmath-errno",
"-fno-exceptions",
"-fPIC",
});
}