fix release asserts build

This commit is contained in:
Arvid Norberg 2011-07-05 15:53:57 +00:00
parent 8d86c3bacc
commit 2974a47f3c
1 changed files with 3 additions and 1 deletions

View File

@ -139,7 +139,9 @@ rule linking ( properties * )
if <toolset>gcc in $(properties)
&& <target-os>linux in $(properties)
&& <variant>debug in $(properties)
&& (<variant>debug in $(properties)
|| <asserts>release in $(properties)
|| <asserts>production in $(properties))
{
# for backtraces in assertion failures
# which only works on ELF targets with gcc