|
|
@ -43,7 +43,7 @@ option(GUI "Build GUI components (AlethZero, Mix)" ON) |
|
|
|
option(TESTS "Build the tests." ON) |
|
|
|
option(NOBOOST "No use of boost macros in test functions" OFF) |
|
|
|
option(EVMJIT "Build just-in-time compiler for EVM code (requires LLVM)" OFF) |
|
|
|
option(ETHASHCL "Build in support for GPU mining via OpenCL" OFF) |
|
|
|
option(ETHASHCL "Build in support for GPU mining via OpenCL" ON) |
|
|
|
option(JSCONSOLE "Build in javascript console" ON) |
|
|
|
|
|
|
|
# propagates CMake configuration options to the compiler |
|
|
|