Hello Zig community,
So it's not a bug but rather a request/feature proposal for the zig cli.
GCC and Clang support the -fdebug-prefix-map flag to prevent absolute path from ending up in the binary (usually DWARF).
Zig doesn't have such a flag, so absolute paths "leak" into the binary, preventing hermetic builds.
I am open to adding the functionality if there is support.
Thank you!
PS: I did not mean zig cc but zig itself