File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -142,8 +142,8 @@ subroutine get_debug_compile_flags(id, flags)
142142 & -Wimplicit-interface&
143143 & -fPIC -fmax-errors=1&
144144 & -g&
145- & -fbounds-check &
146- & -fcheck- array-temporaries &
145+ & -fcheck=bounds &
146+ & -fcheck= array-temps &
147147 & -fbacktrace&
148148 &'
149149
@@ -154,8 +154,8 @@ subroutine get_debug_compile_flags(id, flags)
154154 & -Wimplicit-interface&
155155 & -fPIC -fmax-errors=1&
156156 & -g&
157- & -fbounds-check &
158- & -fcheck- array-temporaries &
157+ & -fcheck=bounds &
158+ & -fcheck= array-temps &
159159 & -fbacktrace&
160160 & -fcoarray=single&
161161 &'
@@ -167,8 +167,8 @@ subroutine get_debug_compile_flags(id, flags)
167167 & -Wimplicit-interface&
168168 & -fPIC -fmax-errors=1&
169169 & -g&
170- & -fbounds-check &
171- & -fcheck- array-temporaries &
170+ & -fcheck=bounds &
171+ & -fcheck= array-temps &
172172 & -Wno-maybe-uninitialized -Wno-uninitialized&
173173 & -fbacktrace&
174174 &'
You can’t perform that action at this time.
0 commit comments