Skip to content

Commit f884846

Browse files
committed
Remove: -ffast-math in gfortran default release flags
1 parent 55db69e commit f884846

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

fpm/src/fpm_compiler.f90

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ subroutine add_compile_flag_defaults(build_name,compiler,model)
5454
& -Wimplicit-interface&
5555
& -fPIC&
5656
& -fmax-errors=1&
57-
& -ffast-math&
5857
& -funroll-loops&
5958
&'
6059
mandatory=' -J '//modpath//' -I '//modpath
@@ -76,7 +75,6 @@ subroutine add_compile_flag_defaults(build_name,compiler,model)
7675
& -Wimplicit-interface&
7776
& -fPIC&
7877
& -fmax-errors=1&
79-
& -ffast-math&
8078
& -funroll-loops&
8179
& -fcoarray=single&
8280
&'

0 commit comments

Comments
 (0)