mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-25 21:52:54 -05:00
Merge xmrig v6.14.0 into master
This commit is contained in:
@@ -201,6 +201,9 @@ void xmrig::ConfigTransform::transform(rapidjson::Document &doc, int key, const
|
||||
|
||||
case IConfig::RandomXCacheQoSKey: /* --cache-qos */
|
||||
return set(doc, RxConfig::kField, RxConfig::kCacheQoS, true);
|
||||
|
||||
case IConfig::HugePagesJitKey: /* --huge-pages-jit */
|
||||
return set(doc, CpuConfig::kField, CpuConfig::kHugePagesJit, true);
|
||||
# endif
|
||||
|
||||
# ifdef XMRIG_FEATURE_OPENCL
|
||||
|
||||
Reference in New Issue
Block a user