Skip to content

Commit

Permalink
README: Add a note about line length limit in recent gfortran
Browse files Browse the repository at this point in the history
  • Loading branch information
bonachea committed Oct 4, 2024
1 parent ee9a568 commit 652d82f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ $ fpm test --profile release --flag -ffree-line-length-0

Thankfully Fortran 2023 raised this obscolecent line limit to 10,000
characters, so by using newer compilers you might never encounter this problem.
In the case of gfortran, this appears to have been resolved by default starting in release 14.1.0.

#### Line breaks in macro invocations

Expand Down

0 comments on commit 652d82f

Please sign in to comment.