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:
authorNikos Karampatziakis <nikos@research-mm5.corp.sp1.yahoo.com>2010-09-08 22:43:06 +0400
committerNikos Karampatziakis <nikos@research-mm5.corp.sp1.yahoo.com>2010-09-08 22:43:06 +0400
commitb4b0abdec0d7b38e9da03a79c372731a161edff5 (patch)
tree1c371399d9dda35028f137a5d7e8d3db967de0c1 /Makefile
parentd0f7f3160c106095490f183a1a3687b3154322b1 (diff)
parentcde508cdc4bb3b75d8ee79359d957bcc127c55de (diff)
Merge commit 'upstream/master'
Conflicts: loss_functions.cc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index aac1b395..195c8ada 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ BOOST_LIBRARY = /usr/local/boost/lib
ARCH = -march=nocona
# for normal fast execution.
-FLAGS = -Wall $(ARCH) -ffast-math -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I $(BOOST_INCLUDE) -O3
+#FLAGS = -Wall $(ARCH) -ffast-math -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I $(BOOST_INCLUDE) -O3
# for parallelization
#FLAGS = -Wall $(ARCH) -ffast-math -Wno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I $(BOOST_INCLUDE) -O3 -fopenmp
@@ -16,7 +16,7 @@ FLAGS = -Wall $(ARCH) -ffast-math -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I
#FLAGS = -Wall $(ARCH) -ffast-math -D_FILE_OFFSET_BITS=64 -I $(BOOST_INCLUDE) -pg -g
# for valgrind
-#FLAGS = -Wall $(ARCH) -ffast-math -D_FILE_OFFSET_BITS=64 -I $(BOOST_INCLUDE) -g -O0
+FLAGS = -Wall $(ARCH) -ffast-math -D_FILE_OFFSET_BITS=64 -I $(BOOST_INCLUDE) -g -O0
BINARIES = vw
MANPAGES = vw.1