Unverified Commit 3a4c1a33 authored by Luna's avatar Luna Committed by Luna Nova
Browse files

llvmPackages.lld: clean up rebuild avoidance

parent 1c2e2696
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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";