Hello! While using Zig I’ve found it slightly annoying that regardless of what profile I use Zig will overwrite any previous builds without indication of which profile the executable was compiled with.
How does one customize the profile-specific build path of an executable? I’d like to create a result similar to:
zig-out/
- ReleaseSafe/
- ReleaseSmall
- Debug