x4x update
This commit is contained in:
parent
0bc87345c4
commit
b71c05c0fe
13 changed files with 69 additions and 47 deletions
|
@ -1,15 +1,15 @@
|
|||
cmake_minimum_required(VERSION 3.1)
|
||||
project(xmrig)
|
||||
project(xmrig-4-xdag)
|
||||
|
||||
option(WITH_HWLOC "Enable hwloc support" ON)
|
||||
option(WITH_CN_LITE "Enable CryptoNight-Lite algorithms family" ON)
|
||||
option(WITH_CN_HEAVY "Enable CryptoNight-Heavy algorithms family" ON)
|
||||
option(WITH_CN_PICO "Enable CryptoNight-Pico algorithm" ON)
|
||||
option(WITH_CN_FEMTO "Enable CryptoNight-UPX2 algorithm" ON)
|
||||
option(WITH_CN_LITE "Enable CryptoNight-Lite algorithms family" OFF)
|
||||
option(WITH_CN_HEAVY "Enable CryptoNight-Heavy algorithms family" OFF)
|
||||
option(WITH_CN_PICO "Enable CryptoNight-Pico algorithm" OFF)
|
||||
option(WITH_CN_FEMTO "Enable CryptoNight-UPX2 algorithm" OFF)
|
||||
option(WITH_RANDOMX "Enable RandomX algorithms family" ON)
|
||||
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_ARGON2 "Enable Argon2 algorithms family" OFF)
|
||||
option(WITH_KAWPOW "Enable KawPow algorithms family" OFF)
|
||||
option(WITH_GHOSTRIDER "Enable GhostRider algorithm" OFF)
|
||||
option(WITH_HTTP "Enable HTTP protocol support (client/server)" ON)
|
||||
option(WITH_DEBUG_LOG "Enable debug log output" OFF)
|
||||
option(WITH_TLS "Enable OpenSSL support" ON)
|
||||
|
@ -17,10 +17,10 @@ option(WITH_ASM "Enable ASM PoW implementations" ON)
|
|||
option(WITH_MSR "Enable MSR mod & 1st-gen Ryzen fix" ON)
|
||||
option(WITH_ENV_VARS "Enable environment variables support in config file" ON)
|
||||
option(WITH_EMBEDDED_CONFIG "Enable internal embedded JSON config" OFF)
|
||||
option(WITH_OPENCL "Enable OpenCL backend" ON)
|
||||
option(WITH_OPENCL "Enable OpenCL backend" OFF)
|
||||
set(WITH_OPENCL_VERSION 200 CACHE STRING "Target OpenCL version")
|
||||
set_property(CACHE WITH_OPENCL_VERSION PROPERTY STRINGS 120 200 210 220)
|
||||
option(WITH_CUDA "Enable CUDA backend" ON)
|
||||
option(WITH_CUDA "Enable CUDA backend" OFF)
|
||||
option(WITH_NVML "Enable NVML (NVIDIA Management Library) support (only if CUDA backend enabled)" ON)
|
||||
option(WITH_ADL "Enable ADL (AMD Display Library) or sysfs support (only if OpenCL backend enabled)" ON)
|
||||
option(WITH_STRICT_CACHE "Enable strict checks for OpenCL cache" ON)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue