From 22efc11d8f98355665f1e038cf039a2e4c6b8183 Mon Sep 17 00:00:00 2001 From: Jose Salcedo Perez Date: Sun, 28 Jan 2018 02:40:20 +0000 Subject: [PATCH] updated CMakelist --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 787fb1b07d..409a1b52dc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,7 +33,7 @@ endif() option(openmp "Enable shared-memory parallelism with OpenMP" ON) option(profile "Compile with profiling flags" OFF) option(debug "Compile with debug flags" OFF) -option(optimize "Turn on all compiler optimization flags" ON) +option(optimize "Turn on all compiler optimization flags" OFF) option(coverage "Compile with coverage analysis flags" OFF) option(mpif08 "Use Fortran 2008 MPI interface" OFF)