Browse Source

Update README: clarify CUDA build option

cl-refactor
Paweł Bylica 8 years ago
committed by GitHub
parent
commit
500cb83143
  1. 2
      README.md

2
README.md

@ -69,7 +69,7 @@ cmake --build .
### CMake build options ### CMake build options
- `-DETHASHCL=ON` - enable OpenCL mining, `ON` by default, - `-DETHASHCL=ON` - enable OpenCL mining, `ON` by default,
- `-DETHASHCUDA=OFF` - enable CUDA mining, `OFF` by default, - `-DETHASHCUDA=ON` - enable CUDA mining, `OFF` by default,
- `-DETHSTRATUM=ON` - build with Stratum protocol support, `ON` by default. - `-DETHSTRATUM=ON` - build with Stratum protocol support, `ON` by default.
[CMake]: https://cmake.org [CMake]: https://cmake.org

Loading…
Cancel
Save