Update MNIST example BUILD file to use zigopts and align with new upstreamed rules_zig configuration.
This commit is contained in:
parent
bcd43314a4
commit
20ca4a6648
@ -11,6 +11,7 @@ zig_binary(
|
||||
"@mnist//:mnist.safetensors",
|
||||
"@mnist//:t10k-images.idx3-ubyte",
|
||||
],
|
||||
zigopts = ["-fllvm"],
|
||||
main = "mnist.zig",
|
||||
deps = [
|
||||
"//async",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user