1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-06 15:42:38 -05:00

No more manual steps to enable huge pages on Windows. XMRig will do it automatically.

This commit is contained in:
XMRig
2017-05-05 15:49:38 +03:00
parent 16f3338e42
commit 985adcbc13
2 changed files with 68 additions and 2 deletions

View File

@@ -77,6 +77,7 @@ endif()
include_directories(.)
add_definitions(/DUSE_NATIVE_THREADS)
add_definitions(/D_GNU_SOURCE)
add_definitions(/DUNICODE)
if ("${CMAKE_BUILD_TYPE}" STREQUAL "")
set(CMAKE_BUILD_TYPE Release)