diff options
author | init current directory[i] <urbanjost@comcast.net> | 2020-12-04 09:05:07 -0500 |
---|---|---|
committer | init current directory[i] <urbanjost@comcast.net> | 2020-12-04 09:05:07 -0500 |
commit | ee20bf1d2b4056c68dbcf6be9d7652aace7a30d3 (patch) | |
tree | 57d1e1567c065c5ef9b71c505b9a270441c651b1 | |
parent | 388dbe5b379eb46e3bbf22f79cf4ba8fee09ce0e (diff) | |
parent | a3111ca2d223624617a91bb1c5025e9e078de691 (diff) | |
download | fpm-ee20bf1d2b4056c68dbcf6be9d7652aace7a30d3.tar.gz fpm-ee20bf1d2b4056c68dbcf6be9d7652aace7a30d3.zip |
Merge branch 'compiler' of https://github.com/urbanjost/fpm into compiler
-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') |