Update CMakeLists.txt
This commit is contained in:
parent
e40dffac86
commit
bfebb46d62
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ option(WITH_ARGON2 "Enable Argon2 algorithms family" ON)
|
|||
option(WITH_KAWPOW "Enable KawPow algorithms family" ON)
|
||||
option(WITH_GHOSTRIDER "Enable GhostRider algorithm" ON)
|
||||
option(WITH_HTTP "Enable HTTP protocol support (client/server)" ON)
|
||||
option(WITH_DEBUG_LOG "Enable debug log output" ON)
|
||||
option(WITH_DEBUG_LOG "Enable debug log output" OFF)
|
||||
option(WITH_TLS "Enable OpenSSL support" ON)
|
||||
option(WITH_ASM "Enable ASM PoW implementations" ON)
|
||||
option(WITH_MSR "Enable MSR mod & 1st-gen Ryzen fix" ON)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue