From: Gian-Carlo Pascutto Date: Tue, 9 Feb 2021 13:05:35 +0000 (+0100) Subject: Disable ThinLTO when using Clang. X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=b15e3b3fa9a4fb5da6e30685c0813a62cee5dd3f;hp=b15e3b3fa9a4fb5da6e30685c0813a62cee5dd3f Disable ThinLTO when using Clang. Benchmarking with current Clang 12 shows that and ThinLTO is a pessimization, see issue #3341. closes https://github.com/official-stockfish/Stockfish/pull/3345 No functional change. ---