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>2011-06-28 18:35:01 +0400
committerJohn Langford <jl@hunch.net>2011-06-28 18:35:01 +0400
commit1ffa86eb1d44d318423602ee70d58fb4f6f7efa1 (patch)
tree2be0c51f31192ee6a165d5d225595f72ced21612 /Makefile
parent00742b2f59250eb796b57f88d9b11eed459bd2e4 (diff)
Makefile tweak
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7ccd99e0..0a1fd7a0 100644
--- a/Makefile
+++ b/Makefile
@@ -5,11 +5,11 @@ BOOST_INCLUDE = /usr/local/include
BOOST_LIBRARY = /usr/local/lib
ARCH = -march=nocona
-OPTIM_FLAGS = -O3 -fomit-frame-pointer -ffast-math -fno-strict-aliasing
+OPTIM_FLAGS = -O3 -fomit-frame-pointer -ffast-math -fno-strict-aliasing
WARN_FLAGS = -Wall -Werror
# for normal fast execution.
-FLAGS = $(ARCH) $(WARN_FLAGS) $(OPTIM_FLAGS) -D_FILE_OFFSET_BITS=64 -I $(BOOST_INCLUDE)
+FLAGS = $(ARCH) $(WARN_FLAGS) $(OPTIM_FLAGS) -D_FILE_OFFSET_BITS=64 -I $(BOOST_INCLUDE) #-DVW_LDA_NO_SSE
# for parallelization
#FLAGS = -Wall $(ARCH) -ffast-math -Wno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I $(BOOST_INCLUDE) -O3 -fopenmp