We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7391de commit 0ec7f11Copy full SHA for 0ec7f11
INSTALL/make.inc.ifort
@@ -16,9 +16,9 @@ CFLAGS = -O3
16
# the compiler options desired when NO OPTIMIZATION is selected.
17
#
18
FC = ifort
19
-FFLAGS = -O3 -fp-model strict -assume protect_parens
+FFLAGS = -O3 -fp-model strict -assume protect_parens -recursive
20
FFLAGS_DRV = $(FFLAGS)
21
-FFLAGS_NOOPT = -O0 -fp-model strict -assume protect_parens
+FFLAGS_NOOPT = -O0 -fp-model strict -assume protect_parens -recursive
22
23
# Define LDFLAGS to the desired linker options for your machine.
24
0 commit comments