sadly, UB exists

This commit is contained in:
2024-09-14 17:06:39 -07:00
parent dc1d8afdb8
commit afaedcbe92

View File

@@ -32,6 +32,7 @@ pub fn build(b: *std.Build) !void {
const tinfo = target.result;
const common_cflags: []const []const u8 = &.{
"-fno-sanitize=undefined",
"-Wno-pointer-sign",
};