Skip to content

Commit ee20bf1

Browse files
committed
Merge branch 'compiler' of https://github.com/urbanjost/fpm into compiler
2 parents 388dbe5 + a3111ca commit ee20bf1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fpm/src/fpm_compiler.f90

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ subroutine add_compile_flag_defaults(build_name,compiler,model)
5252
& -fmax-errors=1&
5353
& -ffast-math&
5454
& -funroll-loops&
55+
& -fcoarray=single&
5556
&'
5657
case('debug_gfortran')
5758
module_path_switch='-J '
@@ -64,6 +65,7 @@ subroutine add_compile_flag_defaults(build_name,compiler,model)
6465
& -fbounds-check&
6566
& -fcheck-array-temporaries&
6667
& -fbacktrace&
68+
& -fcoarray=single&
6769
&'
6870

6971
case('release_f95')

0 commit comments

Comments
 (0)