We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 632ea79 commit e729bd0Copy full SHA for e729bd0
README.md
@@ -83,14 +83,16 @@ Then:
83
git submodule init
84
git submodule update
85
autoreconf -i
86
- CFLAGS="-O2 -Wall -march=native" ./configure <options>
+ CFLAGS="-O2 -Wall -march=native -std=gnu99" ./configure <options>
87
make
88
89
To compile a version that can be used accross machines, remove
90
`-march=native`.
91
92
To compile a debug version, replace `-O2` with `-ggdb`.
93
94
+Depending on your environment, replace `-std=gnu99` with `-std=c99`.
95
+
96
Systemwide installation is optional. You may run `sgminer` from the build
97
directory directly, or `make install` if you wish to install
98
`sgminer` to a system location or a location you specified with `--prefix`.
0 commit comments