Auto merge of #4049 - mms710:issue_3504_fix, r=Eirik0

Fixes issue #3504

Changes the command to obtain the GCC version in the GitHub issue template to `gcc --version`, and adds a couple other useful commands.
This commit is contained in:
Homu 2019-06-15 07:20:34 -07:00
commit 9b3cc52c0e
1 changed files with 3 additions and 1 deletions

View File

@ -31,7 +31,9 @@ Run `zcashd --version` to find out
- Disk size:
- Disk Type (HD/SDD):
- Linux kernel version (uname -a):
- Compiler version (gcc -version):
- Compiler version (gcc --version):
- Linker version (ld -v):
- Assembler version (as --version):
### Any extra information that might be useful in the debugging process.
This includes the relevant contents of `~/.zcash/debug.log`. You can paste raw text, attach the file directly in the issue or link to the text via a pastebin type site.