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>") |