From 6e88f2ac8e569938e3cea7821d35ece0ce73b99c Mon Sep 17 00:00:00 2001 From: Brad Richardson Date: Wed, 9 Dec 2020 15:17:02 -0600 Subject: Revert "fix(bootstrap-ifort): remove coarray option, it is not supported" This reverts commit f049ae6d8e4bfd58a5b69d692dd7e6273fd158af. --- bootstrap/src/Fpm.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bootstrap/src') diff --git a/bootstrap/src/Fpm.hs b/bootstrap/src/Fpm.hs index 1a41298..d647a10 100644 --- a/bootstrap/src/Fpm.hs +++ b/bootstrap/src/Fpm.hs @@ -748,6 +748,7 @@ defineCompilerSettings specifiedFlags compiler release [ "-fp-model", "precise" , "-pc", "64" , "-align", "all" + , "-coarray" , "-error-limit", "1" , "-reentrancy", "threaded" , "-nogen-interfaces" @@ -757,6 +758,7 @@ defineCompilerSettings specifiedFlags compiler release else [ "-warn", "all" , "-check:all:noarg_temp_created" + , "-coarray" , "-error-limit", "1" , "-O0" , "-g" -- cgit v1.2.3