forked from OSchip/llvm-project
A Release-Asserts build makes it sound like assertions
are turned on, while in fact they are turned off. Name this Release-NoAsserts instead. llvm-svn: 67831
This commit is contained in:
parent
a1be2dcd63
commit
af7ae6ce3c
|
@ -293,7 +293,7 @@ endif
|
|||
# If DISABLE_ASSERTIONS=1 is specified (make command line or configured),
|
||||
# then disable assertions by defining the appropriate preprocessor symbols.
|
||||
ifdef DISABLE_ASSERTIONS
|
||||
BuildMode := $(BuildMode)-Asserts
|
||||
BuildMode := $(BuildMode)-NoAsserts
|
||||
CPP.Defines += -DNDEBUG
|
||||
else
|
||||
CPP.Defines += -D_DEBUG
|
||||
|
|
Loading…
Reference in New Issue