Added config option "dmi" and command line option "--no-dmi".

This commit is contained in:
XMRig 2021-01-20 16:02:48 +07:00
parent efc5e5d811
commit 9a02007900
No known key found for this signature in database
GPG key ID: 446A53638BE94409
11 changed files with 121 additions and 56 deletions

View file

@ -190,6 +190,10 @@ static inline const std::string &usage()
u += " --hash=HASH compare benchmark result with specified hash\n";
# endif
# ifdef XMRIG_FEATURE_DMI
u += " --no-dmi disable DMI/SMBIOS reader\n";
# endif
return u;
}