Skip to content

Commit 7f248e0

Browse files
committed
fixup
1 parent fa6e873 commit 7f248e0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cmake/NaClFlags.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,7 @@ if (LINUX)
8484
set_c_cxx_flag("-fPIE")
8585
set_linker_flag("-pie")
8686
endif()
87+
88+
if (ARCH STREQUAL "i686")
89+
set_c_cxx_flag("-msse2")
90+
endif()

0 commit comments

Comments
 (0)