ld64: disable hardening again

Turn out this happens on `aarch64-darwin` too.

Fixes: 23c0520502
This commit is contained in:
Emily
2026-07-15 03:26:24 +01:00
parent 80cb85e3e2
commit dd53469159
+3
View File
@@ -138,6 +138,9 @@ stdenv.mkDerivation (finalAttrs: {
xar
];
# ld built with this fails to link glib's gio
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,