We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48b9bac commit adebd06Copy full SHA for adebd06
CMakeLists.txt
@@ -9,7 +9,8 @@ set(direwolf_VERSION_PATCH "0")
9
set(direwolf_VERSION_SUFFIX "Development")
10
11
# options
12
-option(FORCE_SSE "Compile with SSE instruction only" OFF)
+# See Issue 297.
13
+option(FORCE_SSE "Compile with SSE instruction only" ON)
14
option(FORCE_SSSE3 "Compile with SSSE3 instruction only" OFF)
15
option(FORCE_SSE41 "Compile with SSE4.1 instruction only" OFF)
16
option(OPTIONAL_TEST "Compile optional test (might be broken)" OFF)
0 commit comments