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

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Heafield <kheafiel@cluster01.lti.ece.cmu.local>2011-11-18 19:40:56 +0400
committerKenneth Heafield <kheafiel@cluster01.lti.ece.cmu.local>2011-11-18 19:40:56 +0400
commit7a5a95009b5417b72d863980929e8061f614d8a8 (patch)
tree5cc26de066a61434ceed1b2b50346d03c8d45334 /Jamroot
parenta82c3ee347867f7243b90676900fe5ef595f6f9f (diff)
Rename RandLM to Rand, avoiding a self-conflict for header names. Reduce header pollution. Add Jam support for RandLM.
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamroot b/Jamroot
index 77765216c..d9927a396 100644
--- a/Jamroot
+++ b/Jamroot
@@ -7,7 +7,7 @@ project : default-build
lib boost_thread : : <link>shared ;
-if [ option.get "without-trace" : no : yes ] = yes
+if [ option.get "notrace" : no : yes ] = yes
{
trace = ;
} else {