]> git.sesse.net Git - stockfish/commit
Fix parallel LTO issues on Windows
authorGuy Vreuls <guyvreuls@gmail.com>
Tue, 11 Aug 2020 02:38:38 +0000 (04:38 +0200)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Tue, 11 Aug 2020 06:17:03 +0000 (08:17 +0200)
commit4ab8b0b738fe4ae58588efb421fd7b1643b2ef66
tree81732d6ef70f231c213995e96bb91829f03a6475
parenta72cec1ff854a77a92452c2afe2001e05f06e6d4
Fix parallel LTO issues on Windows

This adds -save-temps to the linker flags when parallel LTO is used on
MinGW/MSYS.

fixes #2977

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

No functional change.
src/Makefile