Skip to content

Commit

Permalink
Adjust default line length
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Oct 7, 2024
1 parent 84718ba commit f203ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fortran/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ else ifeq ($(FC),nvfortran)
else ifneq (,$(findstring flang,$(FC)))
opt_args = -Werror -march=native -flto -J$(BUILD_DIR)
else ifeq ($(FC),gfortran)
opt_args = -Wall -Werror -march=native -flto -J$(BUILD_DIR) -std=f95
opt_args = -Wall -Werror -march=native -flto -J$(BUILD_DIR) -std=f95 -ffree-line-length-300
ifneq ($(findstring $(GCC_MAJOR),8 9 10 11),)
opt_args += -Wno-error=maybe-uninitialized
endif
Expand Down

0 comments on commit f203ae5

Please sign in to comment.