From aa5f8de3edda2bccf7539beb10d1b73cde0c4461 Mon Sep 17 00:00:00 2001 From: Giovanni La Mura <giovanni.lamura@inaf.it> Date: Thu, 25 Jan 2024 15:58:00 +0100 Subject: [PATCH] Re-enable C++ profiling and debugging options --- src/make.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/make.inc b/src/make.inc index 4dd67a14..57b6bbe3 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