2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-11 23:52:20 +00:00

fix --noassert option

[SVN r19119]
This commit is contained in:
Dave Abrahams
2003-07-14 21:55:47 +00:00
parent 430a3c109b
commit 2cb5e435bd

View File

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