mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-23 01:14:54 +03:00
1554dd9697
* add a --system-linker-hack command line parameter to work around poor LLD macho code. See #1535 * build.zig correctly handles static as well as dynamic dependencies when building the self hosted compiler. - no more unnecessary libxml2 dependency - a static build on macos produces a completely static self-hosted compiler for macos (except for libSystem as intended).