mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-22 12:47:08 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user