Loading src/make.inc +3 −0 Original line number Original line Diff line number Diff line Loading @@ -74,6 +74,9 @@ 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) ifdef USE_OPENMP override CXXFLAGS+= -fopenmp endif ifdef USE_LAPACK ifdef USE_LAPACK override CXXFLAGS+= -DUSE_LAPACK -DLAPACK_ILP64 override CXXFLAGS+= -DUSE_LAPACK -DLAPACK_ILP64 ifdef USE_MKL ifdef USE_MKL Loading Loading
src/make.inc +3 −0 Original line number Original line Diff line number Diff line Loading @@ -74,6 +74,9 @@ 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) ifdef USE_OPENMP override CXXFLAGS+= -fopenmp endif ifdef USE_LAPACK ifdef USE_LAPACK override CXXFLAGS+= -DUSE_LAPACK -DLAPACK_ILP64 override CXXFLAGS+= -DUSE_LAPACK -DLAPACK_ILP64 ifdef USE_MKL ifdef USE_MKL Loading