sadly, UB exists

This commit is contained in:
torque 2024-09-14 17:06:39 -07:00
parent dc1d8afdb8
commit afaedcbe92
Signed by: torque
SSH Key Fingerprint: SHA256:nCrXefBNo6EbjNSQhv0nXmEg/VuNq3sMF5b8zETw3Tk

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",
};