diff options
-rw-r--r-- | fpm/src/fpm_compiler.f90 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fpm/src/fpm_compiler.f90 b/fpm/src/fpm_compiler.f90 index 20c6482..3335b11 100644 --- a/fpm/src/fpm_compiler.f90 +++ b/fpm/src/fpm_compiler.f90 @@ -108,8 +108,8 @@ integer :: i & -Wimplicit-interface& & -fPIC -fmax-errors=1& & -g& - & -fbounds-check& - & -fcheck-array-temporaries& + & -fcheck=bounds& + & -fcheck=array-temps& & -fbacktrace& & -fcoarray=single& &' |