OpenCL backend disabled by default.

This commit is contained in:
XMRig 2019-09-23 05:51:46 +07:00
parent d9dc6a396f
commit 3e42fa28df
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;