View | Details | Raw Unified | Return to bug 229724
Collapse All | Expand All

(-)i/math/cryptominisat/files/patch-CMakeLists.txt (+15 lines)
Added Link Here
1
--- CMakeLists.txt.orig	2018-07-11 20:29:53 UTC
2
+++ CMakeLists.txt
3
@@ -182,11 +182,11 @@ if (NOT MSVC)
4
     add_compile_options( -pthread )
5
6
     add_compile_options("$<$<CONFIG:RELWITHDEBINFO>:-O2>")
7
-    add_compile_options("$<$<CONFIG:RELWITHDEBINFO>:-mtune=native>")
8
+    #add_compile_options("$<$<CONFIG:RELWITHDEBINFO>:-mtune=native>")
9
10
     add_compile_options("$<$<CONFIG:RELEASE>:-O2>")
11
     add_compile_options("$<$<CONFIG:RELEASE>:-g0>")
12
-    add_compile_options("$<$<CONFIG:RELEASE>:-mtune=native>")
13
+    #add_compile_options("$<$<CONFIG:RELEASE>:-mtune=native>")
14
15
     add_compile_options("$<$<CONFIG:DEBUG>:-O0>")

Return to bug 229724