]> git.sesse.net Git - stockfish/commit
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)
commit708319a433951ee5d5d74e0bf1cda218c14dd18e
tree8202c275bb8f36bb3877d3d8a0c9b28c6d59960e
parent97f706ecc11459c8d0aa1901134d12fba00b4b15
Enable a default native ARCH

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
scripts/get_native_properties.sh [new file with mode: 0755]
src/Makefile