summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorStuart Hastings <stuart@apple.com>2010-01-14 00:22:05 +0000
committerStuart Hastings <stuart@apple.com>2010-01-14 00:22:05 +0000
commitee6c04e24575da8c684584eb7ec3726f9f3240ff (patch)
tree38698be1a01e327c2ab863aae20aa879ef4b9f87 /utils
parent5350f78323924d7f7e27fa0c868b332a91624eee (diff)
downloadllvm-ee6c04e24575da8c684584eb7ec3726f9f3240ff.tar.gz
llvm-ee6c04e24575da8c684584eb7ec3726f9f3240ff.tar.bz2
llvm-ee6c04e24575da8c684584eb7ec3726f9f3240ff.tar.xz
Enable assertions by default for Apple-style builds.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93380 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/buildit/GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/buildit/GNUmakefile b/utils/buildit/GNUmakefile
index 997188333c..585d4856ff 100644
--- a/utils/buildit/GNUmakefile
+++ b/utils/buildit/GNUmakefile
@@ -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