Skip to content

Commit 446a3c2

Browse files
committed
Update Readme.md for the compiler command
No functional change
1 parent baf184e commit 446a3c2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,14 @@ compile (for instance with Microsoft MSVC) you need to manually
153153
set/unset some switches in the compiler command line; see file *types.h*
154154
for a quick reference.
155155

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+
```
156164

157165
## Understanding the code base and participating in the project
158166

0 commit comments

Comments
 (0)