zig
zig copied to clipboard
Expose `-z nocopyreloc` to the build system
This exposes a linker extension flag, specifically -z nocopyreloc, within the build system so that one can use it within a build.zig file. As a first-time contributor and novice zig user, it seemed relatively simple, but I'm not sure if I'm missing anything.