You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's great to finally have zig 0.14.0 upgrade!!
I tried putting use_llvm=false in build.zig (of a sample) but it failed with very little information on Windows.
So the long awaited incremental compilation is not available yet.
Where should I look to at least figure out what is going on? Verbose flag was not very effective.
The text was updated successfully, but these errors were encountered:
Right now there' s a few things probably blocking incremental compilation, especially on Windows. I'll come back to have a look at this soon. Also see ziglang/zig#21165
It's great to finally have zig 0.14.0 upgrade!!
I tried putting use_llvm=false in build.zig (of a sample) but it failed with very little information on Windows.
So the long awaited incremental compilation is not available yet.
Where should I look to at least figure out what is going on? Verbose flag was not very effective.
The text was updated successfully, but these errors were encountered: