Skip to content

Commit 5035b14

Browse files
wclodius2awvwgk
andauthored
Update Makefile.manual
Co-authored-by: Sebastian Ehlert <[email protected]>
1 parent 37b83c8 commit 5035b14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile.manual

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Fortran stdlib Makefile
22

3-
FC ?= gfortran # -fno-range-check needed for hash functions for gfortran-9
3+
FC ?= gfortran
4+
# -fno-range-check needed for hash functions for gfortran-9
45
FFLAGS ?= -Wall -Wextra -Wimplicit-interface -fPIC -g -fcheck=all -fno-range-check
56
ADD_FYPPFLAGS ?=
67

0 commit comments

Comments
 (0)