ld64: disable hardening again
Turn out this happens on `aarch64-darwin` too.
Fixes: 23c0520502
This commit is contained in:
@@ -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 it’s used by Meson to find LLVM.
|
||||
|
||||
# Note for overrides: ld64 cannot be built as a debug build because of UB in its iteration implementations,
|
||||
|
||||
Reference in New Issue
Block a user