We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f884846 commit 2f5a8edCopy full SHA for 2f5a8ed
bootstrap/src/Fpm.hs
@@ -681,7 +681,6 @@ defineCompilerSettings specifiedFlags compiler release
681
, "-fmax-errors=1"
682
, "-O3"
683
, "-march=native"
684
- , "-ffast-math"
685
, "-funroll-loops"
686
, "-fcoarray=single"
687
]
@@ -714,7 +713,6 @@ defineCompilerSettings specifiedFlags compiler release
714
713
715
716
717
718
719
720
else
@@ -742,7 +740,6 @@ defineCompilerSettings specifiedFlags compiler release
742
740
, "-Wimplicit-interface"
743
741
, "-fPIC"
744
745
746
747
748
0 commit comments