2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

add --noassert option

[SVN r19114]
This commit is contained in:
Dave Abrahams
2003-07-14 18:53:03 +00:00
parent 16cb4d5ef3
commit 11dea85da3
2 changed files with 2 additions and 2 deletions

View File

@@ -273,7 +273,7 @@ else
}
# Debug assertions, or not.
if ! $(debug)
if ! $(debug) && ! --noassert in $(ARGV)
{
--defs += NDEBUG ;
}

View File

@@ -273,7 +273,7 @@ else
}
# Debug assertions, or not.
if ! $(debug)
if ! $(debug) && ! --noassert in $(ARGV)
{
--defs += NDEBUG ;
}