llvmPackages.lld: clean up rebuild avoidance

This commit is contained in:
Luna
2025-09-30 08:25:32 -07:00
committed by Luna Nova
parent 1c2e2696ce
commit 3a4c1a332b
@@ -63,9 +63,6 @@ stdenv.mkDerivation (finalAttrs: {
]
++ devExtraCmakeFlags;
# TODO: Remove on `staging`.
postPatch = "";
# Musl's default stack size is too small for lld to be able to link Firefox.
LDFLAGS = lib.optionalString stdenv.hostPlatform.isMusl "-Wl,-z,stack-size=2097152";