From 3ec6e97ccb77e01c55185d7d5a823b402f3ffca3 Mon Sep 17 00:00:00 2001 From: Brad Richardson Date: Wed, 9 Dec 2020 15:17:55 -0600 Subject: feat(bootstrap-ifort): use `-coarray=single` by default --- bootstrap/src/Fpm.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootstrap/src') diff --git a/bootstrap/src/Fpm.hs b/bootstrap/src/Fpm.hs index d647a10..6acf82b 100644 --- a/bootstrap/src/Fpm.hs +++ b/bootstrap/src/Fpm.hs @@ -748,7 +748,7 @@ defineCompilerSettings specifiedFlags compiler release [ "-fp-model", "precise" , "-pc", "64" , "-align", "all" - , "-coarray" + , "-coarray=single" , "-error-limit", "1" , "-reentrancy", "threaded" , "-nogen-interfaces" @@ -758,7 +758,7 @@ defineCompilerSettings specifiedFlags compiler release else [ "-warn", "all" , "-check:all:noarg_temp_created" - , "-coarray" + , "-coarray=single" , "-error-limit", "1" , "-O0" , "-g" -- cgit v1.2.3