Added config only boolean option "hw-aes".

This commit is contained in:
XMRig 2018-04-15 19:25:09 +07:00
parent f0158ae505
commit f8bf48a522
3 changed files with 30 additions and 30 deletions

View file

@ -150,6 +150,7 @@ static struct option const config_options[] = {
{ "syslog", 0, nullptr, xmrig::IConfig::SyslogKey },
{ "threads", 1, nullptr, xmrig::IConfig::ThreadsKey },
{ "user-agent", 1, nullptr, xmrig::IConfig::UserAgentKey },
{ "hw-aes", 0, nullptr, xmrig::IConfig::HardwareAESKey },
{ 0, 0, 0, 0 }
};