Update MNIST example BUILD file to use zigopts and align with new upstreamed rules_zig configuration.

This commit is contained in:
Foke Singh 2025-10-14 16:57:38 +00:00
parent bcd43314a4
commit 20ca4a6648

View File

@ -11,6 +11,7 @@ zig_binary(
"@mnist//:mnist.safetensors",
"@mnist//:t10k-images.idx3-ubyte",
],
zigopts = ["-fllvm"],
main = "mnist.zig",
deps = [
"//async",