Skip to content

Commit 81af5c9

Browse files
authored
Update fpm_compiler.F90
1 parent 76801ce commit 81af5c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fpm_compiler.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ subroutine get_release_compile_flags(id, flags)
296296

297297
case(id_intel_classic_mac)
298298
flags = &
299-
flag_intel_opt//&
299+
! flag_intel_opt//& ! commented to debug #980
300300
flag_intel_fp//&
301301
flag_intel_align//&
302302
flag_intel_limit//&

0 commit comments

Comments
 (0)