diff options
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 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" |