Add -fllvm flag to the MNIST example BUILD configuration.

This commit is contained in:
Foke Singh 2025-11-20 15:28:47 +00:00
parent 3d3a0ea463
commit d3baeed676

View File

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