Skip to content

Commit e81ffd4

Browse files
committed
Merge branch 'master' of https://github.com/bentokun/frsml
2 parents 4de6b85 + 0c55a0b commit e81ffd4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ else()
1818
detect_architecture("__x86_64__" x86_64)
1919
detect_architecture("__i386__" x86)
2020
detect_architecture("__arm__" ARM)
21+
22+
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -msse4.1")
2123
endif()
2224

2325
if (NOT DEFINED ARCHITECTURE)

0 commit comments

Comments
 (0)