aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/src
diff options
context:
space:
mode:
authorLaurence Kedward <laurence.kedward@bristol.ac.uk>2020-12-20 11:39:25 +0000
committerGitHub <noreply@github.com>2020-12-20 11:39:25 +0000
commit5ab3dafc72d7fa242b5232a4acaa944abfa10d20 (patch)
tree6cddece14a1cf23557ab750c016b83a30ba57fac /bootstrap/src
parent483f23b56e8806cfcd2664449030a389ddf7b560 (diff)
parent2f5a8edefbf70b0753109eddc80314c0cad537c0 (diff)
downloadfpm-5ab3dafc72d7fa242b5232a4acaa944abfa10d20.tar.gz
fpm-5ab3dafc72d7fa242b5232a4acaa944abfa10d20.zip
Merge pull request #315 from LKedward/remove-default-fast-math
Remove: -ffast-math in gfortran default release flags
Diffstat (limited to 'bootstrap/src')
-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