ld64: drop x86_64-darwin support

This commit is contained in:
Emily 2026-02-18 07:33:08 +00:00
commit 23c0520502

View file

@ -138,9 +138,6 @@ stdenv.mkDerivation (finalAttrs: {
xar
];
# ld built with this fails to link glib's gio on x86_64 darwin
hardeningDisable = [ "libcxxhardeningfast" ];
dontUseCmakeConfigure = true; # CMake is only needed because its used by Meson to find LLVM.
# Note for overrides: ld64 cannot be built as a debug build because of UB in its iteration implementations,