From b09a282a9e1e6258571e50e797a7182f701a5a50 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sun, 7 Mar 2010 01:10:08 +0000 Subject: [PATCH] added piece-allocator feature to Jamfile --- Jamfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Jamfile b/Jamfile index 8087e3276..15f35e528 100755 --- a/Jamfile +++ b/Jamfile @@ -236,6 +236,10 @@ feature.compose off : TORRENT_DISABLE_FULL_STATS ; feature pool-allocators : on off : composite propagated link-incompatible ; feature.compose off : TORRENT_DISABLE_POOL_ALLOCATOR ; +feature piece-allocator : valloc memalign posix_memalign : composite propagated ; +feature.compose memalign : TORRENT_USE_MEMALIGN=1 ; +feature.compose posix_memalign : TORRENT_USE_POSIX_MEMALIGN=1 ; + feature geoip : off static shared : composite propagated link-incompatible ; feature.compose off : TORRENT_DISABLE_GEO_IP ;