Loading src/make.inc +1 −1 Original line number Original line Diff line number Diff line Loading @@ -40,7 +40,7 @@ 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=-O0 -ggdb -pg -coverage -I$(HDF5_INCLUDE) override CXXFLAGS=-O3 -I$(HDF5_INCLUDE) override CXXFLAGS=-O3 -I$(HDF5_INCLUDE) endif endif Loading Loading
src/make.inc +1 −1 Original line number Original line Diff line number Diff line Loading @@ -40,7 +40,7 @@ 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=-O0 -ggdb -pg -coverage -I$(HDF5_INCLUDE) override CXXFLAGS=-O3 -I$(HDF5_INCLUDE) override CXXFLAGS=-O3 -I$(HDF5_INCLUDE) endif endif Loading