From 11dea85da3de549da04b08859f38d3d7614f4c40 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Mon, 14 Jul 2003 18:53:03 +0000 Subject: [PATCH] add --noassert option [SVN r19114] --- historic/jam/src/build.jam | 2 +- jam_src/build.jam | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/historic/jam/src/build.jam b/historic/jam/src/build.jam index 07f98e51b..607b26e76 100644 --- a/historic/jam/src/build.jam +++ b/historic/jam/src/build.jam @@ -273,7 +273,7 @@ else } # Debug assertions, or not. -if ! $(debug) +if ! $(debug) && ! --noassert in $(ARGV) { --defs += NDEBUG ; } diff --git a/jam_src/build.jam b/jam_src/build.jam index 07f98e51b..607b26e76 100644 --- a/jam_src/build.jam +++ b/jam_src/build.jam @@ -273,7 +273,7 @@ else } # Debug assertions, or not. -if ! $(debug) +if ! $(debug) && ! --noassert in $(ARGV) { --defs += NDEBUG ; }