Skip to content

Commit 91c1dfd

Browse files
authored
add flag
1 parent 60d6cda commit 91c1dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
compiler = gfortran
99
tests = -fprofile-arcs -ftest-coverage
10-
flags = -fdefault-real-8 $(tests)
10+
flags = -fdefault-real-8 -ffree-line-length-512 $(tests)
1111

1212
# the program
1313

0 commit comments

Comments
 (0)