Skip to content

Commit 8cbbd80

Browse files
authored
Replace deprecated flags in debug_fortran option (#386)
1 parent b156d7e commit 8cbbd80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fpm/src/fpm_compiler.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ subroutine add_compile_flag_defaults(build_name,compiler,model)
108108
& -Wimplicit-interface&
109109
& -fPIC -fmax-errors=1&
110110
& -g&
111-
& -fbounds-check&
112-
& -fcheck-array-temporaries&
111+
& -fcheck=bounds&
112+
& -fcheck=array-temps&
113113
& -fbacktrace&
114114
& -fcoarray=single&
115115
&'

0 commit comments

Comments
 (0)