aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/src
diff options
context:
space:
mode:
authorBrad Richardson <everythingfunctional@protonmail.com>2020-12-10 18:44:05 -0600
committerBrad Richardson <everythingfunctional@protonmail.com>2020-12-10 18:44:05 -0600
commit3ee23d827c3227200249791fa4cc73ce012f1a4f (patch)
tree768cce922c9060608b45010e9fb4653b06f3a455 /bootstrap/src
parent1986edbbfa012d6bbe8ddbd9f1c487a901f587d8 (diff)
downloadfpm-3ee23d827c3227200249791fa4cc73ce012f1a4f.tar.gz
fpm-3ee23d827c3227200249791fa4cc73ce012f1a4f.zip
feat(boostrap-ifort): remove coarray option from ifort
Diffstat (limited to 'bootstrap/src')
-rw-r--r--bootstrap/src/Fpm.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/bootstrap/src/Fpm.hs b/bootstrap/src/Fpm.hs
index 443d083..5b0e79b 100644
--- a/bootstrap/src/Fpm.hs
+++ b/bootstrap/src/Fpm.hs
@@ -749,7 +749,6 @@ defineCompilerSettings specifiedFlags compiler release
[ "-fp-model", "precise"
, "-pc", "64"
, "-align", "all"
- , "-coarray=single"
, "-error-limit", "1"
, "-reentrancy", "threaded"
, "-nogen-interfaces"
@@ -759,7 +758,6 @@ defineCompilerSettings specifiedFlags compiler release
else
[ "-warn", "all"
, "-check:all:noarg_temp_created"
- , "-coarray=single"
, "-error-limit", "1"
, "-O0"
, "-g"