1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-22 04:24:19 +00:00

-fcommon for gcc 10 and higher

This commit is contained in:
orignal 2022-09-17 18:47:32 -04:00 committed by GitHub
parent 92838e0910
commit 91d548206e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,6 +93,8 @@ To compile a debug version, replace `-O2` with `-ggdb`.
Depending on your environment, replace `-std=gnu99` with `-std=c99`.
For gcc 10 and higher add -fcommon options to CFLAGS.
Systemwide installation is optional. You may run `sgminer` from the build
directory directly, or `make install` if you wish to install
`sgminer` to a system location or a location you specified with `--prefix`.