summaryrefslogtreecommitdiff
path: root/math/costa/files/patch-CMakeLists.txt
blob: 72ff9c11ba6e4dd3137a35aab88b0083ecf04203 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- CMakeLists.txt.orig	2023-02-28 08:57:54 UTC
+++ CMakeLists.txt
@@ -58,7 +58,7 @@ adjust_mpiexec_flags()
 # OpenMP
 find_package(OpenMP COMPONENTS CXX REQUIRED)
 
-SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O3 -funroll-loops -march=native -DNDEBUG")
+SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -funroll-loops")
 
 # Bundled dependencies
 #