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)
142
142
& -Wimplicit-interface&
143
143
& -fPIC -fmax-errors=1&
144
144
& -g&
145
- & -fbounds-check &
146
- & -fcheck- array-temporaries &
145
+ & -fcheck=bounds &
146
+ & -fcheck= array-temps &
147
147
& -fbacktrace&
148
148
&'
149
149
@@ -154,8 +154,8 @@ subroutine get_debug_compile_flags(id, flags)
154
154
& -Wimplicit-interface&
155
155
& -fPIC -fmax-errors=1&
156
156
& -g&
157
- & -fbounds-check &
158
- & -fcheck- array-temporaries &
157
+ & -fcheck=bounds &
158
+ & -fcheck= array-temps &
159
159
& -fbacktrace&
160
160
& -fcoarray=single&
161
161
&'
@@ -167,8 +167,8 @@ subroutine get_debug_compile_flags(id, flags)
167
167
& -Wimplicit-interface&
168
168
& -fPIC -fmax-errors=1&
169
169
& -g&
170
- & -fbounds-check &
171
- & -fcheck- array-temporaries &
170
+ & -fcheck=bounds &
171
+ & -fcheck= array-temps &
172
172
& -Wno-maybe-uninitialized -Wno-uninitialized&
173
173
& -fbacktrace&
174
174
&'
You can’t perform that action at this time.
0 commit comments