Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated the line length flag for gfortran
  • Loading branch information
daminton committed Jul 28, 2023
1 parent 2975351 commit 1d0fa8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Modules/SetFortranFlags.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ SET_COMPILE_FLAG(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS}"

# Allows for lines longer than 80 characters without truncation
SET_COMPILE_FLAG(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS}"
Fortran "-ffree-line-length-none" # GNU (gfortran)
Fortran "-ffree-line-length-512" # GNU (gfortran)
)

# Disables right margin wrapping in list-directed output
Expand Down

0 comments on commit 1d0fa8d

Please sign in to comment.