mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-07 13:03:45 +02:00
compile fix
This commit is contained in:
parent
f107a71796
commit
789b8b8454
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ if (
|
||||||
CMAKE_SYSTEM_PROCESSOR MATCHES "i686"
|
CMAKE_SYSTEM_PROCESSOR MATCHES "i686"
|
||||||
)
|
)
|
||||||
message("++ Adding SSE and AES-NI flags for processor ${CMAKE_SYSTEM_PROCESSOR}")
|
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()
|
endif()
|
||||||
|
|
||||||
add_subdirectory(node)
|
add_subdirectory(node)
|
||||||
|
|
Loading…
Add table
Reference in a new issue