Commit 1749b592 authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Remove debugging flags from compilation process

parent 0dadf60d
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -25,8 +25,8 @@ endif


# CXXFLAGS defines the default compilation options for the C++ compiler
# CXXFLAGS defines the default compilation options for the C++ compiler
ifndef CXXFLAGS
ifndef CXXFLAGS
override CXXFLAGS=-O3 -ggdb -pg -coverage -I$(HDF5_INCLUDE)
#override CXXFLAGS=-O3 -ggdb -pg -coverage -I$(HDF5_INCLUDE)
#override CXXFLAGS=-O3 -I$(HDF5_INCLUDE)
override CXXFLAGS=-O3 -I$(HDF5_INCLUDE)
endif
endif


# HDF5_LIB defines the default path to the HDF5 libraries to use
# HDF5_LIB defines the default path to the HDF5 libraries to use