]> git.sesse.net Git - stockfish/commit
Use llvm linker with clang on windows for LTO.
authormstembera <MissingEmail@email>
Mon, 31 Aug 2020 03:48:10 +0000 (20:48 -0700)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Tue, 1 Sep 2020 07:26:08 +0000 (09:26 +0200)
commita057f170c6920fc4d1abdae619c5259e9d80703c
treef02d8ab8abd21b61a8e8d12bd4fe06b527584c79
parenta0afe32d16554ff3b5c74f34ae56400f35759edf
Use llvm linker with clang on windows for LTO.

other linkers might fail to link during the LTO phase.

The linker might have to be installed using
`pacman -Syu mingw-w64-x86_64-lld`

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

No functional change.
src/Makefile