Build whole CryptonightR_gen.cpp only if ASM used.

This commit is contained in:
XMRig 2019-03-03 17:33:27 +07:00
parent d135bdd87e
commit 4ebfc135e0
3 changed files with 1 additions and 5 deletions

View file

@ -156,7 +156,6 @@ set(SOURCES_CRYPTO
src/crypto/c_blake256.c
src/crypto/c_jh.c
src/crypto/c_skein.c
src/crypto/CryptonightR_gen.cpp
)
if (WIN32)