Skip to content

Commit

Permalink
Update Readme.md for the compiler command
Browse files Browse the repository at this point in the history
No functional change
  • Loading branch information
snicolet committed Jan 15, 2020
1 parent baf184e commit 446a3c2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,14 @@ compile (for instance with Microsoft MSVC) you need to manually
set/unset some switches in the compiler command line; see file *types.h*
for a quick reference.

When reporting an issue or a bug, please tell us which version and
compiler you used to create your executable. These informations can
be found by typing the following commands in a console:

```
./stockfish
compiler
```

## Understanding the code base and participating in the project

Expand Down

0 comments on commit 446a3c2

Please sign in to comment.