diff --git a/src/make.inc b/src/make.inc index 9fa72d6c59a85854b30450dc6b7814393e1ea0b5..8363956275b36cb3b87c0d119af89eae1cbbda29 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