From 3ee23d827c3227200249791fa4cc73ce012f1a4f Mon Sep 17 00:00:00 2001 From: Brad Richardson Date: Thu, 10 Dec 2020 18:44:05 -0600 Subject: feat(boostrap-ifort): remove coarray option from ifort --- bootstrap/src/Fpm.hs | 2 -- 1 file changed, 2 deletions(-) (limited to 'bootstrap/src') 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" -- cgit v1.2.3