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:
parent
92838e0910
commit
91d548206e
@ -93,6 +93,8 @@ To compile a debug version, replace `-O2` with `-ggdb`.
|
|||||||
|
|
||||||
Depending on your environment, replace `-std=gnu99` with `-std=c99`.
|
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
|
Systemwide installation is optional. You may run `sgminer` from the build
|
||||||
directory directly, or `make install` if you wish to install
|
directory directly, or `make install` if you wish to install
|
||||||
`sgminer` to a system location or a location you specified with `--prefix`.
|
`sgminer` to a system location or a location you specified with `--prefix`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user