From ca8c9b3a1367ac65592702714a87b05ea4b3300d Mon Sep 17 00:00:00 2001
From: Giovanni La Mura <giovanni.lamura@inaf.it>
Date: Fri, 15 Dec 2023 16:43:18 +0100
Subject: [PATCH] Use level 2 optimization for np_sphere

---
 src/sphere/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sphere/Makefile b/src/sphere/Makefile
index 7c616b7c..f70b833d 100644
--- a/src/sphere/Makefile
+++ b/src/sphere/Makefile
@@ -3,7 +3,7 @@ FC=gfortran
 FCFLAGS=-std=legacy -O3
 LFLAGS=
 CXX=g++
-CXXFLAGS=-O0 -ggdb -pg -coverage
+CXXFLAGS=-O2 -ggdb -pg -coverage
 CXXLFLAGS=
 
 all: edfb sph np_sphere
-- 
GitLab