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:
parent
90f3bc9e4e
commit
4bb86be776
3 changed files with 10 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue