]> git.sesse.net Git - stockfish/commit
Fix Makefile for compilation with clang on Windows
authorpschneider1968 <36973164+pschneider1968@users.noreply.github.com>
Mon, 27 Dec 2021 20:16:04 +0000 (21:16 +0100)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Thu, 13 Jan 2022 21:17:27 +0000 (22:17 +0100)
commitc5d45d3220f74045aff249c47abd91d8d663b748
tree4dd3f755a3feb621536e470195b541a7fbfa6fab
parent44b1ba89a95f394f3e180eb508f2d7798417c86e
Fix Makefile for compilation with clang on Windows

use static compilation and
added exclusion of -latomic for Clang/MSYS2 as per ppigazzini's suggestion

fixes #3872

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

No functional change
src/Makefile