Allow override ARM arch detection and support for ARMv8 without crypto extension.

This commit is contained in:
XMRig 2019-02-04 02:23:05 +07:00
parent 885a2cab21
commit 7e4858db2a
3 changed files with 38 additions and 19 deletions

View file

@ -11,6 +11,7 @@ option(WITH_DEBUG_LOG "Enable debug log output" OFF)
option(WITH_TLS "Enable OpenSSL support" ON)
option(WITH_ASM "Enable ASM PoW implementations" ON)
option(BUILD_STATIC "Build static binary" OFF)
option(ARM_TARGET "Force use specific ARM target 8 or 7" 0)
include (CheckIncludeFile)
include (cmake/cpu.cmake)