]> git.sesse.net Git - stockfish/commitdiff
Enable a default native ARCH
authorJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sat, 26 Aug 2023 09:38:16 +0000 (11:38 +0200)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Fri, 22 Sep 2023 17:06:37 +0000 (19:06 +0200)
uses a posix compatible script to find the native arch.
(based on ppigazzini's https://github.com/ppigazzini/stockfish-downloader )
use that native arch by default, no changes if ARCH is specified explicitly.

SF can now be compiled in an optimal way simply using

make -j profile-build

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

No functional change


No differences found