aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/src/Fpm.hs
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/src/Fpm.hs')
-rw-r--r--bootstrap/src/Fpm.hs2
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"