]> git.sesse.net Git - stockfish/commitdiff
Fixes build failure on Apple M1 Silicon
authorGeorge Sobala <gsobala@gmail.com>
Mon, 13 Dec 2021 16:05:35 +0000 (16:05 +0000)
committerStéphane Nicolet <cassio@free.fr>
Sun, 19 Dec 2021 10:43:18 +0000 (11:43 +0100)
This pull request selectively avoids `-mdynamic-no-pic` for gcc on Apple Silicon
(there was no problem with the default clang compiler).

fixes https://github.com/official-stockfish/Stockfish/issues/3847
closes https://github.com/official-stockfish/Stockfish/pull/3850

No functional change


No differences found