Skip to content

Commit 2f5a8ed

Browse files
committed
Remove -ffast-math from Haskell fpm default release flags
1 parent f884846 commit 2f5a8ed

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

bootstrap/src/Fpm.hs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,6 @@ defineCompilerSettings specifiedFlags compiler release
681681
, "-fmax-errors=1"
682682
, "-O3"
683683
, "-march=native"
684-
, "-ffast-math"
685684
, "-funroll-loops"
686685
, "-fcoarray=single"
687686
]
@@ -714,7 +713,6 @@ defineCompilerSettings specifiedFlags compiler release
714713
, "-fmax-errors=1"
715714
, "-O3"
716715
, "-march=native"
717-
, "-ffast-math"
718716
, "-funroll-loops"
719717
]
720718
else
@@ -742,7 +740,6 @@ defineCompilerSettings specifiedFlags compiler release
742740
, "-Wimplicit-interface"
743741
, "-fPIC"
744742
, "-fmax-errors=1"
745-
, "-ffast-math"
746743
, "-funroll-loops"
747744
]
748745
else

0 commit comments

Comments
 (0)