Browse Source

-fcommon for gcc 10 and higher

master
orignal 2 years ago committed by GitHub
parent
commit
91d548206e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -93,6 +93,8 @@ To compile a debug version, replace `-O2` with `-ggdb`. @@ -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`.

Loading…
Cancel
Save