compile fix

This commit is contained in:
Adam Ierymenko 2020-02-27 11:43:54 -08:00
parent f107a71796
commit 789b8b8454
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3

View file

@ -99,7 +99,7 @@ if (
CMAKE_SYSTEM_PROCESSOR MATCHES "i686"
)
message("++ Adding SSE and AES-NI flags for processor ${CMAKE_SYSTEM_PROCESSOR}")
add_compile_options(-maes -mrdrnd -mpclmul -msse -msse2)
add_compile_options(-maes -mrdrnd -mpclmul -msse -msse2 -mssse3)
endif()
add_subdirectory(node)