update to latest Zig nightly

This commit is contained in:
Mitchell Hashimoto
2022-09-14 19:34:19 -07:00
parent f5319f1ca6
commit f3f2c3df26
5 changed files with 9 additions and 8 deletions

View File

@@ -145,6 +145,9 @@ pub fn buildFontconfig(
// https://gitlab.freedesktop.org/fontconfig/fontconfig/-/merge_requests/231
"-fno-sanitize=undefined",
"-fno-sanitize-trap=undefined",
"-Wno-int-conversion",
"-Wno-implicit-function-declaration",
});
const arch = target.cpu_arch orelse builtin.cpu.arch;
switch (arch.ptrBitWidth()) {