diff options
Diffstat (limited to 'bootstrap/src/Fpm.hs')
-rw-r--r-- | bootstrap/src/Fpm.hs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bootstrap/src/Fpm.hs b/bootstrap/src/Fpm.hs index 10e14fe..56e2d90 100644 --- a/bootstrap/src/Fpm.hs +++ b/bootstrap/src/Fpm.hs @@ -681,7 +681,6 @@ defineCompilerSettings specifiedFlags compiler release , "-fmax-errors=1" , "-O3" , "-march=native" - , "-ffast-math" , "-funroll-loops" , "-fcoarray=single" ] @@ -714,7 +713,6 @@ defineCompilerSettings specifiedFlags compiler release , "-fmax-errors=1" , "-O3" , "-march=native" - , "-ffast-math" , "-funroll-loops" ] else @@ -742,7 +740,6 @@ defineCompilerSettings specifiedFlags compiler release , "-Wimplicit-interface" , "-fPIC" , "-fmax-errors=1" - , "-ffast-math" , "-funroll-loops" ] else |