]> git.sesse.net Git - stockfish/commit
Fix Makefile for clang 16
authorSebastian Buchwald <UniQP@web.de>
Sat, 11 Mar 2023 21:08:35 +0000 (22:08 +0100)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Tue, 14 Mar 2023 07:25:14 +0000 (08:25 +0100)
commitd1e17989b51f220629e4e81a4bf413974f4b18e2
tree922fa92e4a2d9efbd482a0ac7d613bb6abe26846
parent55896a1384b022624a8c33b9f7f51b6b551eed50
Fix Makefile for clang 16

The clang 16 release will remove the -fexperimental-new-pass-manager
flag (see https://github.com/llvm/llvm-project/commit/69b2b7282e92a1b576b7bd26f3b16716a5027e8e).
Thus, the commit adapts the Makefile to use this flag only for older
clang versions.

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

No functional change
src/Makefile