fix sanitize=rtc option in Jamfile

This commit is contained in:
Arvid Norberg 2014-02-03 03:34:16 +00:00
parent 0ed79849c1
commit 114d417ef3
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ feature.compose <timer>system_time : <define>TORRENT_USE_SYSTEM_TIME=1 ;
feature ipv6 : on off : composite propagated link-incompatible ;
feature.compose <ipv6>off : <define>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 <sanitize>address : <cflags>-fsanitize=address <cflags>-fsanitize-undefined-trap-on-error <linkflags>-fsanitize=address ;
feature.compose <sanitize>undefined : <cflags>-fsanitize=undefined <linkflags>-fsanitize=undefined ;