mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-12 17:52:48 -05:00
Set m_calibrateAlgo to false by default
This commit is contained in:
@@ -46,6 +46,7 @@ xmrig::CommonConfig::CommonConfig() :
|
|||||||
m_background(false),
|
m_background(false),
|
||||||
m_colors(true),
|
m_colors(true),
|
||||||
m_dryRun(false),
|
m_dryRun(false),
|
||||||
|
m_calibrateAlgo(false),
|
||||||
m_syslog(false),
|
m_syslog(false),
|
||||||
|
|
||||||
# ifdef XMRIG_PROXY_PROJECT
|
# ifdef XMRIG_PROXY_PROJECT
|
||||||
|
|||||||
Reference in New Issue
Block a user