diff options
-rw-r--r-- | fpm/src/fpm_compiler.f90 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fpm/src/fpm_compiler.f90 b/fpm/src/fpm_compiler.f90 index 2dd520f..2dae4b6 100644 --- a/fpm/src/fpm_compiler.f90 +++ b/fpm/src/fpm_compiler.f90 @@ -52,6 +52,7 @@ character(len=:),allocatable :: module_path_switch & -fmax-errors=1& & -ffast-math& & -funroll-loops& + & -fcoarray=single& &' case('debug_gfortran') module_path_switch='-J ' @@ -64,6 +65,7 @@ character(len=:),allocatable :: module_path_switch & -fbounds-check& & -fcheck-array-temporaries& & -fbacktrace& + & -fcoarray=single& &' case('release_f95') |