summaryrefslogtreecommitdiffstats
path: root/cli-miner.cpp
diff options
context:
space:
mode:
authorfireice-uk <fireice-uk@users.noreply.github.com>2017-05-24 14:43:39 +0100
committerGitHub <noreply@github.com>2017-05-24 14:43:39 +0100
commitee2a2d77ecf5e20cd323443497de38d45ebb580c (patch)
tree6e48f3fe18fe53780c8a3537b7dff86f64013489 /cli-miner.cpp
parent8f51236e6743849bd3737d633f9716607b7427d1 (diff)
parente8a8cca0fb9663761d67ae3f2ed159f3701b4f50 (diff)
downloadxmr-stak-ee2a2d77ecf5e20cd323443497de38d45ebb580c.zip
xmr-stak-ee2a2d77ecf5e20cd323443497de38d45ebb580c.tar.gz
Merge pull request #108 from psychocrypt/topic-hwloc
hwloc autoadjust
Diffstat (limited to 'cli-miner.cpp')
-rw-r--r--cli-miner.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/cli-miner.cpp b/cli-miner.cpp
index 70a5228..2cbe6d9 100644
--- a/cli-miner.cpp
+++ b/cli-miner.cpp
@@ -26,7 +26,11 @@
#include "jconf.h"
#include "console.h"
#include "donate-level.h"
-#include "autoAdjust.hpp"
+#ifndef CONF_NO_HWLOC
+# include "autoAdjustHwloc.hpp"
+#else
+# include "autoAdjust.hpp"
+#endif
#include "version.h"
#ifndef CONF_NO_HTTPD
OpenPOWER on IntegriCloud