1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Revert previous change in favour of an explanatory

comment.

llvm-svn: 67833
This commit is contained in:
Duncan Sands 2009-03-27 11:35:00 +00:00
parent 915db4b084
commit 28e2a3fee7

View File

@ -293,7 +293,8 @@ 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)-NoAsserts
# Indicate that assertions are turned off using a minus sign
BuildMode := $(BuildMode)-Asserts
CPP.Defines += -DNDEBUG
else
CPP.Defines += -D_DEBUG