Skip to content

Commit

Permalink
Update makefile_gfortran
Browse files Browse the repository at this point in the history
  • Loading branch information
Trovemaster committed Jul 9, 2022
1 parent 24bac33 commit 68befa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MAKEFILES/makefile_gfortran
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ FOR = gfortran
##FFLAGS = -O3 -ip -openmp # no optimization -- fast compilation
##FFLAGS = -W -Wall -fbounds-check -pedantic-errors -std=f2003 -Wunderflow -O0 -fbacktrace -g -Wextra

FFLAGS = -W -Wall -fbounds-check -pedantic-errors -std=f2003 -Wunderflow -O -fbacktrace -ffpe-trap=zero,overflow,underflow -g #Debug options for gfortran
FFLAGS = -W -Wall -fbounds-check -pedantic-errors -std=f2008 -Wunderflow -O -fbacktrace -ffpe-trap=zero,overflow,underflow -g #Debug options for gfortran

LAPACK = -llapack -lblas -L./

Expand Down

0 comments on commit 68befa9

Please sign in to comment.