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-08-13 00:38:09 +0400
committerJohn Langford <jl@hunch.net>2011-08-13 00:38:09 +0400
commitdfc0e5d3f47e58525dfe74f1b63a7caa644410f6 (patch)
tree4fd80fab3fcf164765862c47f0f4f65dff6d9d4e /Makefile
parenta5314a63fc3ce77264e58a446cb5d745810b8391 (diff)
Nikos SSE patch
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 953b2e89..73803481 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ LIBS = -l boost_program_options -l pthread -l z
BOOST_INCLUDE = /usr/local/include
BOOST_LIBRARY = /usr/local/lib
-ARCH = -march=nocona
+ARCH = -march=nocona
OPTIM_FLAGS = -O3 -fomit-frame-pointer -ffast-math -fno-strict-aliasing
WARN_FLAGS = -Wall #-Werror