aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fpm/src/fpm_compiler.f901
1 files changed, 1 insertions, 0 deletions
diff --git a/fpm/src/fpm_compiler.f90 b/fpm/src/fpm_compiler.f90
index 2dd520f..ffdb80c 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 '