Browse Source

doc: Add debug compilation instructions.

nfactor-troky
Noel Maersk 11 years ago
parent
commit
45bf2f2335
  1. 2
      README.md

2
README.md

@ -68,6 +68,8 @@ Then:
CFLAGS="-O2 -Wall -march=native" ./configure <options> CFLAGS="-O2 -Wall -march=native" ./configure <options>
make make
To compile a debug version, replace `-O2` with `-ggdb`.
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…
Cancel
Save