update Zig code to 0.15.0

This commit is contained in:
りき萌 2025-09-02 20:15:35 +02:00
parent 449f2b59df
commit 45099916fe
4 changed files with 17 additions and 15 deletions

View file

@ -46,6 +46,7 @@ fn main() -> Result<(), Box<dyn Error>> {
.arg("--prominent-compile-errors")
.arg("--color")
.arg(color)
.arg("-freference-trace")
// Build output
.arg("--cache-dir")
.arg(out_path.join("zig-cache"))