how do i get a log of those various messages from zig build-exe ???
at the same time, is there a way to suppress those messages ???
how do i get a log of those various messages from zig build-exe ???
at the same time, is there a way to suppress those messages ???
There are the --verbose and --summary all flags as mentioned in this post: Zig's New CLI Progress Bar Explained - #23 by andrewrk.
as i mentioned, i’m using zig build-exe – NOT zig build…
i don’t see support for --verbose or --summary all with this particular command…
FWIW, i’m running 0.13.0…