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:
@@ -273,7 +273,7 @@ else
|
||||
}
|
||||
|
||||
# Debug assertions, or not.
|
||||
if ! $(debug) && ! --noassert in $(ARGV)
|
||||
if ! $(debug) || --noassert in $(ARGV)
|
||||
{
|
||||
--defs += NDEBUG ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user