Use valgrind property

This commit is contained in:
Vinnie Falco
2017-07-31 14:09:23 -07:00
parent 030f5eef87
commit 00f237bbf6
2 changed files with 2 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ Version 96:
* Move bench/ to test/ * Move bench/ to test/
* Move extras/ to test/ * Move extras/ to test/
* Use <valgrind> property
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------

View File

@@ -61,7 +61,7 @@ variant coverage :
variant valgrind : variant valgrind :
release release
: :
<define>BOOST_USE_VALGRIND=1 <valgrind>on # Boost.Context uses this property
; ;
variant ubasan variant ubasan