From 2974a47f3c6d7b4bdfaf8ba4eb5eb27f191017f7 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Tue, 5 Jul 2011 15:53:57 +0000 Subject: [PATCH] fix release asserts build --- Jamfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Jamfile b/Jamfile index 25bc8f68c..047bef651 100755 --- a/Jamfile +++ b/Jamfile @@ -139,7 +139,9 @@ rule linking ( properties * ) if gcc in $(properties) && linux in $(properties) - && debug in $(properties) + && (debug in $(properties) + || release in $(properties) + || production in $(properties)) { # for backtraces in assertion failures # which only works on ELF targets with gcc