OpenCL backend disabled by default.

This commit is contained in:
XMRig
2019-09-23 05:51:46 +07:00
parent 096020e2a8
commit efd2e8d757
5 changed files with 16 additions and 9 deletions

View File

@@ -56,7 +56,7 @@ private:
void setPlatform(const rapidjson::Value &platform);
bool m_cache = true;
bool m_enabled = true;
bool m_enabled = false;
bool m_shouldSave = false;
String m_loader;
String m_platformVendor;