summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Makefile.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 28681ff..7fb61dd 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -35,8 +35,6 @@ ifneq "$(CXX)" "icc"
OPT_FLAGS += -ftree-vectorize
ifneq ($(filter @host_cpu@,i386 i486 i586 i686),)
OPT_FLAGS += -ffloat-store
- else
- OPT_FLAGS += -ffast-math
endif
endif