]> git.sesse.net Git - stockfish/commit
Export makefile ARCH in binary
authorStéphane Nicolet <cassio@free.fr>
Thu, 14 Sep 2023 09:04:36 +0000 (11:04 +0200)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Fri, 22 Sep 2023 17:09:20 +0000 (19:09 +0200)
commite594aa74290cf37881432f268befde9ad3f3c498
tree8223ab59ea65a10fd2a68d5eee0832eb3f3df1c5
parent708319a433951ee5d5d74e0bf1cda218c14dd18e
Export makefile ARCH in binary

Example of the `./stockfish compiler` command:

Compiled by                : g++ (GNUC) 10.3.0 on Apple
Compilation architecture   : x86-64-bmi2
Compilation settings       : 64bit BMI2 AVX2 SSE41 SSSE3 SSE2 POPCNT
Compiler __VERSION__ macro : 10.3.0

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

no functional change
src/Makefile
src/misc.cpp