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 39a1e79d3a
commit f3d2360640
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;
}