From f650a738456ed4192b265a8b7932e43a49350ff0 Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Sun, 25 Oct 2020 18:41:41 +0000 Subject: [PATCH] Separate bench and mo bench --- src/core/config/Config_platform.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/config/Config_platform.h b/src/core/config/Config_platform.h index 28d69317..966eadab 100644 --- a/src/core/config/Config_platform.h +++ b/src/core/config/Config_platform.h @@ -69,8 +69,10 @@ static const option options[] = { { "keepalive", 0, nullptr, IConfig::KeepAliveKey }, { "log-file", 1, nullptr, IConfig::LogFileKey }, { "nicehash", 0, nullptr, IConfig::NicehashKey }, +# ifdef XMRIG_FEATURE_MO_BENCHMARK { "rebench-algo", 0, nullptr, IConfig::RebenchAlgoKey }, { "bench-algo-time", 1, nullptr, IConfig::BenchAlgoTimeKey }, +# endif { "no-color", 0, nullptr, IConfig::ColorKey }, { "no-huge-pages", 0, nullptr, IConfig::HugePagesKey }, { "pass", 1, nullptr, IConfig::PasswordKey },