Fixed MSC_VER for latest Visual Studio builds

Added build type to summary to detect if debug or release build
This commit is contained in:
BenDroid 2017-12-24 21:16:28 +01:00
parent 90f3bc9e4e
commit 4bb86be776
3 changed files with 10 additions and 4 deletions

View file

@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 2.8)
project(xmrig)
#set(CMAKE_BUILD_TYPE Debug)
set(CMAKE_BUILD_TYPE Release)
option(WITH_LIBCPUID "Use Libcpuid" ON)
option(WITH_AEON "CryptoNight-Lite support" ON)