Skip to content
Snippets Groups Projects
Commit f6da63af authored by Victor Stepanenko's avatar Victor Stepanenko
Browse files

New check added to Makefile

parent 82171bbc
Branches
Tags
No related merge requests found
......@@ -23,7 +23,7 @@
ifeq ($(FC),gfortran)
PREPROCESS_KEY = -cpp
opt_keys = -fopenmp -O3 #-fp-model source
check_keys = #-g -ffpe-trap=invalid,zero,overflow -fcheck=all -fbacktrace
check_keys = #-g -ffpe-trap=invalid,zero,overflow,denormal -fcheck=all -fbacktrace
endif
objfiles_path = ../objfiles/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment