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:
authorBarry Haddow <barry.haddow@gmail.com>2011-11-22 20:06:34 +0400
committerBarry Haddow <barry.haddow@gmail.com>2011-11-22 20:06:34 +0400
commit6d1438b97f1dd098d4a27eeea9c6eb95446b11d1 (patch)
treee4b99be44a302cfccc1975bc6598b076da2cd71c /Jamroot
parentec36f6467010da4966848dbd9d77cbd328d75f0b (diff)
Disable object pool as it's broken (not threadsafe?)
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamroot b/Jamroot
index b3d38573d..766c2a5ef 100644
--- a/Jamroot
+++ b/Jamroot
@@ -63,7 +63,7 @@ project : default-build
project : requirements
<threading>multi:<define>WITH_THREADS
<threading>multi:<library>boost_thread
- <define>_FILE_OFFSET_BITS=64 <define>_LARGE_FILES <define>USE_HYPO_POOL
+ <define>_FILE_OFFSET_BITS=64 <define>_LARGE_FILES
$(trace)
;