Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Langford <jl@hunch.net>2014-07-10 18:51:44 +0400
committerJohn Langford <jl@hunch.net>2014-07-10 18:51:44 +0400
commit0e97631112dd3fb1ee3fb297224679007a65ff54 (patch)
treed525031992c893bfd51aba8ca189e1735a495c13 /Makefile
parent9f1129117bdcb6b33184748323664ceb8a51f625 (diff)
removed -ffast-math
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 83b2736f..bb8610b6 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ endif
#LIBS = -l boost_program_options-gcc34 -l pthread -l z
-OPTIM_FLAGS = -O3 -fomit-frame-pointer -fno-strict-aliasing -ffast-math #uncomment for speed, comment for testability
+OPTIM_FLAGS = -O3 -fomit-frame-pointer -fno-strict-aliasing #-ffast-math #uncomment for speed, comment for testability
ifeq ($(UNAME), FreeBSD)
WARN_FLAGS = -Wall
else