Skip to content

Commit fb3c9e2

Browse files
committed
Added comment to makefile
Added the comment "# -fno-range-check needed for hash functions for gfortran-9" to Makefile.manual, and changed two spaces to one space in the following line. [ticket: X]
1 parent cbda836 commit fb3c9e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile.manual

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

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

77
VERSION := $(subst ., ,$(file < VERSION))

0 commit comments

Comments
 (0)