From 114d417ef32f79db3c96877b4890361326c8ef9a Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Mon, 3 Feb 2014 03:34:16 +0000 Subject: [PATCH] fix sanitize=rtc option in Jamfile --- Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jamfile b/Jamfile index d2cd3142b..325f33f5e 100755 --- a/Jamfile +++ b/Jamfile @@ -337,7 +337,7 @@ feature.compose system_time : TORRENT_USE_SYSTEM_TIME=1 ; feature ipv6 : on off : composite propagated link-incompatible ; feature.compose off : TORRENT_USE_IPV6=0 ; -feature sanitize : off address undefined thread : composite propagated link-incompatible ; +feature sanitize : off address undefined thread rtc : composite propagated link-incompatible ; # sanitize is a clang and GCC feature feature.compose address : -fsanitize=address -fsanitize-undefined-trap-on-error -fsanitize=address ; feature.compose undefined : -fsanitize=undefined -fsanitize=undefined ;