#2492 Add missing --huge-pages-jit command line option.
This commit is contained in:
@@ -195,6 +195,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