Skip to content

Commit db00b21

Browse files
authored
Merge pull request #2609 from martin-frbg/issue2552-2
Correct ifort options
2 parents 8e47d14 + 58d26b4 commit db00b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.system

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@ ifneq ($(INTERFACE64), 0)
855855
FCOMMON_OPT += -i8
856856
endif
857857
endif
858-
FCOMMON_OPT += -recursive
858+
FCOMMON_OPT += -recursive -fp-model strict -assume protect-parens
859859
ifeq ($(USE_OPENMP), 1)
860860
FCOMMON_OPT += -fopenmp
861861
endif

0 commit comments

Comments
 (0)