summaryrefslogtreecommitdiffstats
path: root/xmrstak/params.hpp
diff options
context:
space:
mode:
authorfireice-uk <fireice-uk@users.noreply.github.com>2018-03-28 22:18:49 +0100
committerGitHub <noreply@github.com>2018-03-28 22:18:49 +0100
commit89d319a8920ee91f0b8c05000bfc7d155b90bcb0 (patch)
tree8fd50bd1e9883dbf8ce05f9dbcb9a2ff3f8536a0 /xmrstak/params.hpp
parent38c0955aad49587113146ac5f898024695c4dc9a (diff)
parentaad565391ed64dbcea47c14d8a288ea64b810f96 (diff)
downloadxmr-stak-89d319a8920ee91f0b8c05000bfc7d155b90bcb0.zip
xmr-stak-89d319a8920ee91f0b8c05000bfc7d155b90bcb0.tar.gz
Merge pull request #1239 from psychocrypt/topic-opetionDisbleAMDCache
add cli option `--noAMDCache`
Diffstat (limited to 'xmrstak/params.hpp')
-rw-r--r--xmrstak/params.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmrstak/params.hpp b/xmrstak/params.hpp
index 6928df5..3d584b9 100644
--- a/xmrstak/params.hpp
+++ b/xmrstak/params.hpp
@@ -21,6 +21,7 @@ struct params
std::string executablePrefix;
std::string binaryName;
bool useAMD;
+ bool AMDCache;
bool useNVIDIA;
bool useCPU;
@@ -56,6 +57,7 @@ struct params
binaryName("xmr-stak"),
executablePrefix(""),
useAMD(true),
+ AMDCache(true),
useNVIDIA(true),
useCPU(true),
configFile("config.txt"),
OpenPOWER on IntegriCloud