From 25f051abaabc0da325f1ae31c36764ec25a41eb9 Mon Sep 17 00:00:00 2001 From: XMRig Date: Sun, 28 Jul 2019 12:35:55 +0700 Subject: [PATCH] Enable hwloc by default. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a1779f53..7600d556 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8) project(xmrig) option(WITH_LIBCPUID "Use Libcpuid" ON) -option(WITH_HWLOC "Use hwloc" OFF) +option(WITH_HWLOC "Use hwloc" ON) option(WITH_CN_LITE "CryptoNight-Lite support" ON) option(WITH_CN_HEAVY "CryptoNight-Heavy support" ON) option(WITH_CN_PICO "CryptoNight-Pico support" ON)