diff options
author | Brad Richardson <everythingfunctional@protonmail.com> | 2020-12-10 18:44:05 -0600 |
---|---|---|
committer | Brad Richardson <everythingfunctional@protonmail.com> | 2020-12-10 18:44:05 -0600 |
commit | 3ee23d827c3227200249791fa4cc73ce012f1a4f (patch) | |
tree | 768cce922c9060608b45010e9fb4653b06f3a455 /bootstrap | |
parent | 1986edbbfa012d6bbe8ddbd9f1c487a901f587d8 (diff) | |
download | fpm-3ee23d827c3227200249791fa4cc73ce012f1a4f.tar.gz fpm-3ee23d827c3227200249791fa4cc73ce012f1a4f.zip |
feat(boostrap-ifort): remove coarray option from ifort
Diffstat (limited to 'bootstrap')
-rw-r--r-- | bootstrap/src/Fpm.hs | 2 |
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" |