aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fpm/src/fpm_compiler.f902
1 files changed, 0 insertions, 2 deletions
diff --git a/fpm/src/fpm_compiler.f90 b/fpm/src/fpm_compiler.f90
index 0265985..ba840e6 100644
--- a/fpm/src/fpm_compiler.f90
+++ b/fpm/src/fpm_compiler.f90
@@ -54,7 +54,6 @@ character(len=:),allocatable :: mandatory ! flags required for fpm to function p
& -Wimplicit-interface&
& -fPIC&
& -fmax-errors=1&
- & -ffast-math&
& -funroll-loops&
&'
mandatory=' -J '//modpath//' -I '//modpath
@@ -76,7 +75,6 @@ character(len=:),allocatable :: mandatory ! flags required for fpm to function p
& -Wimplicit-interface&
& -fPIC&
& -fmax-errors=1&
- & -ffast-math&
& -funroll-loops&
& -fcoarray=single&
&'