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:
authorHal Daume III <me@hal3.name>2014-04-29 21:51:11 +0400
committerHal Daume III <me@hal3.name>2014-04-29 21:51:11 +0400
commit748a42f1ed6be14693ca912afee1b30cebb29516 (patch)
treeef3a3538712b4512d6ca2667ec0a1f2808902331 /Makefile
parent62c4b42835929eb857929af1faeace2eae78f7f6 (diff)
changed argument names for searn
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3a6aca7d..ae813581 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CXX = $(shell which clang++)
+#CXX = $(shell which clang++)
ifneq ($(CXX),)
#$(warning Using clang: "$(CXX)")
ARCH = -D__extern_always_inline=inline