We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa6e873 commit 7f248e0Copy full SHA for 7f248e0
cmake/NaClFlags.cmake
@@ -84,3 +84,7 @@ if (LINUX)
84
set_c_cxx_flag("-fPIE")
85
set_linker_flag("-pie")
86
endif()
87
+
88
+if (ARCH STREQUAL "i686")
89
+ set_c_cxx_flag("-msse2")
90
+endif()
0 commit comments