From 1749b592f6a3baeaf66071c3518ff9560fbfbc4b Mon Sep 17 00:00:00 2001
From: Giovanni La Mura <giovanni.lamura@inaf.it>
Date: Wed, 7 Feb 2024 16:47:18 +0100
Subject: [PATCH] Remove debugging flags from compilation process

---
 src/make.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/make.inc b/src/make.inc
index 9fa72d6c..83639562 100644
--- a/src/make.inc
+++ b/src/make.inc
@@ -25,8 +25,8 @@ endif
 
 # CXXFLAGS defines the default compilation options for the C++ compiler
 ifndef CXXFLAGS
-override CXXFLAGS=-O3 -ggdb -pg -coverage -I$(HDF5_INCLUDE)
-#override CXXFLAGS=-O3 -I$(HDF5_INCLUDE)
+#override CXXFLAGS=-O3 -ggdb -pg -coverage -I$(HDF5_INCLUDE)
+override CXXFLAGS=-O3 -I$(HDF5_INCLUDE)
 endif
 
 # HDF5_LIB defines the default path to the HDF5 libraries to use
-- 
GitLab