fix release asserts build
This commit is contained in:
parent
8d86c3bacc
commit
2974a47f3c
4
Jamfile
4
Jamfile
|
@ -139,7 +139,9 @@ rule linking ( properties * )
|
||||||
|
|
||||||
if <toolset>gcc in $(properties)
|
if <toolset>gcc in $(properties)
|
||||||
&& <target-os>linux 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
|
# for backtraces in assertion failures
|
||||||
# which only works on ELF targets with gcc
|
# which only works on ELF targets with gcc
|
||||||
|
|
Loading…
Reference in New Issue