Enable assertions by default for Apple-style builds.

llvm-svn: 93380
This commit is contained in:
Stuart Hastings 2010-01-14 00:22:05 +00:00
parent 7c208616b4
commit b65256c414
1 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@ DSTROOT = $(OBJROOT)/../dst
PREFIX = /usr/local
# Unless assertions are forced on in the GMAKE command line, disable them.
ifdef ENABLE_ASSERTIONS
# Unless assertions are forced on in the GMAKE command line, enable them.
ifndef ENABLE_ASSERTIONS
LLVM_ASSERTIONS := yes
else
LLVM_ASSERTIONS := no