Skip to content

Commit

Permalink
Update fpm_compiler.F90 (#1048)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpfister authored Jun 7, 2024
1 parent 6b18ae5 commit f210e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fpm_compiler.F90
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ module fpm_compiler
flag_lfortran_opt = " --fast", &
flag_lfortran_openmp = " --openmp", &
flag_lfortran_implicit_typing = " --implicit-typing", &
flag_lfortran_implicit_external = " --allow-implicit-interface", &
flag_lfortran_implicit_external = " --implicit-interface", &
flag_lfortran_fixed_form = " --fixed-form"

character(*), parameter :: &
Expand Down

0 comments on commit f210e9d

Please sign in to comment.