1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-04-18 05:22:28 -04:00

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
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;
}