openscad-unstable: do not force lld

The build failed because of lld.

Fix reported by @pca006132 in #543373
This commit is contained in:
7c6f434c
2026-07-23 22:42:49 +02:00
parent 708ff47f5d
commit 57d8597675
@@ -125,7 +125,6 @@ clangStdenv.mkDerivation rec {
"-DOPENSCAD_VERSION='${builtins.replaceStrings [ "-" ] [ "." ] unstable_date}-unstable'"
"-DCMAKE_UNITY_BUILD=OFF" # broken compile with unity
# IPO
"-DCMAKE_EXE_LINKER_FLAGS=-fuse-ld=lld"
"-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON"
# The sources enable this for only apple. We turn it off globally anyway to stay