#how can I make `zig build` exit on first error?
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
I am converting a project with >100 cpp files to use the zig build system,
and it takes forever for zig to compile all of them and then report that they all had an error.
Is there a way to make zig build fail on the first error?
I suppose the easy answer is for now I will manually edit my build.zig to only try to compile one .cpp file
i mean, what are the errors