Added command line option --randomx-1gb-pages

This commit is contained in:
XMRig
2019-12-10 11:56:31 +07:00
parent dd96f64669
commit 4b3ab4f99a
5 changed files with 8 additions and 0 deletions

View File

@@ -98,6 +98,8 @@ static const option options[] = {
{ "randomx-init", 1, nullptr, IConfig::RandomXInitKey },
{ "randomx-no-numa", 0, nullptr, IConfig::RandomXNumaKey },
{ "randomx-mode", 1, nullptr, IConfig::RandomXModeKey },
{ "randomx-1gb-pages", 0, nullptr, IConfig::RandomX1GbPagesKey },
{ "1gb-pages", 0, nullptr, IConfig::RandomX1GbPagesKey },
# endif
# ifdef XMRIG_FEATURE_OPENCL
{ "opencl", 0, nullptr, IConfig::OclKey },