]> git.sesse.net Git - stockfish/commit
Temporary patch to show the compiler for TCEC submission
authorStéphane Nicolet <cassio@free.fr>
Tue, 24 Sep 2019 17:00:27 +0000 (19:00 +0200)
committerStéphane Nicolet <cassio@free.fr>
Wed, 25 Sep 2019 20:28:51 +0000 (22:28 +0200)
commit0436f01d05f05e2669cbb5b4bee752145b5b9991
tree2386099e1bbfc150e8d007770efa8d5c1581351b
parent667d24f22743959ceddda6af53718619ea5c551d
Temporary patch to show the compiler for TCEC submission

This patch shows a description of the compiler used to compile Stockfish,
when starting from the console.

Usage:

```
./stockfish
compiler
```

Example of output:

```
Stockfish 240919 64 POPCNT by T. Romstad, M. Costalba, J. Kiiski, G. Linscott

Compiled by clang++ 9.0.0 on Apple
 __VERSION__ macro expands to: 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.38)
```

No functional change
src/misc.cpp
src/misc.h
src/uci.cpp