- Integrated RandomSFX algo (rx/sfx)
- Performance improvements for RandomX variants
- Fixed some cc connection problems
This commit is contained in:
Ben Gräf 2019-12-09 23:01:37 +01:00
parent 621dffeafc
commit 23430259fa
24 changed files with 4340 additions and 3343 deletions

View file

@ -261,6 +261,8 @@ if (WITH_CC_SERVER OR WITH_CC_CLIENT)
src/cc/ClientStatus.cpp
src/cc/GPUInfo.cpp)
add_definitions("/DCPPHTTPLIB_USE_POLL")
if (WITH_ZLIB)
set(ZLIB_ROOT ${XMRIG_DEPS})
find_package(ZLIB)