Added command line options "--randomx-init" and "--randomx-no-numa".

This commit is contained in:
XMRig
2019-07-28 11:01:30 +07:00
parent 2fb88f10b8
commit bbcacbc1d4
5 changed files with 21 additions and 1 deletions

View File

@@ -81,6 +81,8 @@ static const option options[] = {
{ "asm", 1, nullptr, IConfig::AssemblyKey },
{ "daemon", 0, nullptr, IConfig::DaemonKey },
{ "daemon-poll-interval", 1, nullptr, IConfig::DaemonPollKey },
{ "randomx-init", 1, nullptr, IConfig::RandomXInitKey },
{ "randomx-no-numa", 0, nullptr, IConfig::RandomXNumaKey },
{ nullptr, 0, nullptr, 0 }
};