We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf184e commit 446a3c2Copy full SHA for 446a3c2
Readme.md
@@ -153,6 +153,14 @@ compile (for instance with Microsoft MSVC) you need to manually
153
set/unset some switches in the compiler command line; see file *types.h*
154
for a quick reference.
155
156
+When reporting an issue or a bug, please tell us which version and
157
+compiler you used to create your executable. These informations can
158
+be found by typing the following commands in a console:
159
+
160
+```
161
+ ./stockfish
162
+ compiler
163
164
165
## Understanding the code base and participating in the project
166
0 commit comments