I don't quiet like the defaults of how the zig builder arranges zig-out. I guess just because of my background in C#, I'm used to different build targets and modes being placed in different sub-folders in the build-out directory, but I kind of miss it.
When zig builds my project, I want it to place it in the ./zig-out/\<build_mode>/\<target> directory.
I don't quiet like the defaults of how the zig builder arranges zig-out. I guess just because of my background in C#, I'm used to different build targets and modes being placed in different sub-folders in the build-out directory, but I kind of miss it.
When zig builds my project, I want it to place it in the ./zig-out/\<build_mode>/\<target> directory.