feat(build): use lld for clang if available

Also simplify the CI.

closes https://github.com/official-stockfish/Stockfish/pull/6592

No functional change
This commit is contained in:
ppigazzini
2026-02-08 15:22:06 +01:00
committed by Disservin
parent 3cde1560f6
commit e3a5c40f05
2 changed files with 24 additions and 12 deletions
-1
View File
@@ -74,7 +74,6 @@ jobs:
run: |
export CXXFLAGS="-Werror"
if [ "${{ matrix.ver }}" -ge 20 ]; then
export LDFLAGS="-fuse-ld=lld"
apt install -y lld
fi
make clean