merged changes from RC_1_0
This commit is contained in:
parent
362b54421d
commit
fd313fe6bf
2
Jamfile
2
Jamfile
|
@ -86,6 +86,8 @@ rule linking ( properties * )
|
|||
&& ( <variant>debug in $(properties)
|
||||
|| <asserts>on in $(properties)
|
||||
|| <asserts>production in $(properties)
|
||||
|| <pool-allocators>debug in $(properties)
|
||||
|| <allocator>debug in $(properties)
|
||||
|| <asio-debugging>on in $(properties) )
|
||||
{
|
||||
result += <library>dbghelp ;
|
||||
|
|
Loading…
Reference in New Issue