diff options
author | Brad Richardson <everythingfunctional@protonmail.com> | 2020-12-09 15:10:45 -0600 |
---|---|---|
committer | Brad Richardson <everythingfunctional@protonmail.com> | 2020-12-09 15:10:45 -0600 |
commit | f049ae6d8e4bfd58a5b69d692dd7e6273fd158af (patch) | |
tree | b4f958adfdedc7f0e0e4fe8eca0d39fd5f30e665 /bootstrap | |
parent | 5cb18915d8622fc50bf139382d958a39797845a4 (diff) | |
download | fpm-f049ae6d8e4bfd58a5b69d692dd7e6273fd158af.tar.gz fpm-f049ae6d8e4bfd58a5b69d692dd7e6273fd158af.zip |
fix(bootstrap-ifort): remove coarray option, it is not supported
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 d647a10..1a41298 100644 --- a/bootstrap/src/Fpm.hs +++ b/bootstrap/src/Fpm.hs @@ -748,7 +748,6 @@ defineCompilerSettings specifiedFlags compiler release [ "-fp-model", "precise" , "-pc", "64" , "-align", "all" - , "-coarray" , "-error-limit", "1" , "-reentrancy", "threaded" , "-nogen-interfaces" @@ -758,7 +757,6 @@ defineCompilerSettings specifiedFlags compiler release else [ "-warn", "all" , "-check:all:noarg_temp_created" - , "-coarray" , "-error-limit", "1" , "-O0" , "-g" |