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 37b83c8 commit 5035b14Copy full SHA for 5035b14
Makefile.manual
@@ -1,6 +1,7 @@
1
# Fortran stdlib Makefile
2
3
-FC ?= gfortran # -fno-range-check needed for hash functions for gfortran-9
+FC ?= gfortran
4
+# -fno-range-check needed for hash functions for gfortran-9
5
FFLAGS ?= -Wall -Wextra -Wimplicit-interface -fPIC -g -fcheck=all -fno-range-check
6
ADD_FYPPFLAGS ?=
7
0 commit comments