mirror of
https://github.com/sockspls/badfish
synced 2025-05-01 17:19:36 +00:00
Update Readme.md for the compiler command
No functional change
This commit is contained in:
parent
baf184e8d9
commit
446a3c2522
1 changed files with 8 additions and 0 deletions
|
@ -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*
|
set/unset some switches in the compiler command line; see file *types.h*
|
||||||
for a quick reference.
|
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
|
## Understanding the code base and participating in the project
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue