Separate bench and mo bench
This commit is contained in:
parent
e3dc4db54f
commit
f650a73845
1 changed files with 2 additions and 0 deletions
|
@ -69,8 +69,10 @@ static const option options[] = {
|
||||||
{ "keepalive", 0, nullptr, IConfig::KeepAliveKey },
|
{ "keepalive", 0, nullptr, IConfig::KeepAliveKey },
|
||||||
{ "log-file", 1, nullptr, IConfig::LogFileKey },
|
{ "log-file", 1, nullptr, IConfig::LogFileKey },
|
||||||
{ "nicehash", 0, nullptr, IConfig::NicehashKey },
|
{ "nicehash", 0, nullptr, IConfig::NicehashKey },
|
||||||
|
# ifdef XMRIG_FEATURE_MO_BENCHMARK
|
||||||
{ "rebench-algo", 0, nullptr, IConfig::RebenchAlgoKey },
|
{ "rebench-algo", 0, nullptr, IConfig::RebenchAlgoKey },
|
||||||
{ "bench-algo-time", 1, nullptr, IConfig::BenchAlgoTimeKey },
|
{ "bench-algo-time", 1, nullptr, IConfig::BenchAlgoTimeKey },
|
||||||
|
# endif
|
||||||
{ "no-color", 0, nullptr, IConfig::ColorKey },
|
{ "no-color", 0, nullptr, IConfig::ColorKey },
|
||||||
{ "no-huge-pages", 0, nullptr, IConfig::HugePagesKey },
|
{ "no-huge-pages", 0, nullptr, IConfig::HugePagesKey },
|
||||||
{ "pass", 1, nullptr, IConfig::PasswordKey },
|
{ "pass", 1, nullptr, IConfig::PasswordKey },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue