aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/src/Fpm.hs
diff options
context:
space:
mode:
authorurbanjost <urbanjost@comcast.net>2020-12-25 08:11:23 -0500
committerGitHub <noreply@github.com>2020-12-25 08:11:23 -0500
commitce5eb06e63a463d24e946287346d3272121a0962 (patch)
tree41bac241a52cc736f25d33d1df475bf30bb963f0 /bootstrap/src/Fpm.hs
parent9732d314b4cdb73796faea76a6cfa305964f853d (diff)
parent0a5c3f138344aff155dd968c7115893c66cd510f (diff)
downloadfpm-ce5eb06e63a463d24e946287346d3272121a0962.tar.gz
fpm-ce5eb06e63a463d24e946287346d3272121a0962.zip
Merge branch 'master' into update_new
Diffstat (limited to 'bootstrap/src/Fpm.hs')
-rw-r--r--bootstrap/src/Fpm.hs3
1 files changed, 0 insertions, 3 deletions
diff --git a/bootstrap/src/Fpm.hs b/bootstrap/src/Fpm.hs
index 10e14fe..56e2d90 100644
--- a/bootstrap/src/Fpm.hs
+++ b/bootstrap/src/Fpm.hs
@@ -681,7 +681,6 @@ defineCompilerSettings specifiedFlags compiler release
, "-fmax-errors=1"
, "-O3"
, "-march=native"
- , "-ffast-math"
, "-funroll-loops"
, "-fcoarray=single"
]
@@ -714,7 +713,6 @@ defineCompilerSettings specifiedFlags compiler release
, "-fmax-errors=1"
, "-O3"
, "-march=native"
- , "-ffast-math"
, "-funroll-loops"
]
else
@@ -742,7 +740,6 @@ defineCompilerSettings specifiedFlags compiler release
, "-Wimplicit-interface"
, "-fPIC"
, "-fmax-errors=1"
- , "-ffast-math"
, "-funroll-loops"
]
else