From: Stéphane Nicolet Date: Tue, 24 Sep 2019 17:00:27 +0000 (+0200) Subject: Show compiler info at startup X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=9f800a25775ddb5335a20eac92d8d288ca74f4c2;hp=9f800a25775ddb5335a20eac92d8d288ca74f4c2 Show compiler info at startup This patch shows a description of the compiler used to compile Stockfish, when starting from the console. Usage: ``` ./stockfish compiler ``` Example of output: ``` Stockfish 120120 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 ---