summaryrefslogtreecommitdiff
path: root/utils/buildit
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2010-03-03 01:13:55 +0000
committerBill Wendling <isanbard@gmail.com>2010-03-03 01:13:55 +0000
commitfbe8eab37e554efb07f8034a975e8a55c7dd15ea (patch)
tree5ca226388f5396cb7101a95cf7f81b564d49e064 /utils/buildit
parentbc9d22c99a0a883cce88af37c1bd6746162df543 (diff)
downloadllvm-fbe8eab37e554efb07f8034a975e8a55c7dd15ea.tar.gz
llvm-fbe8eab37e554efb07f8034a975e8a55c7dd15ea.tar.bz2
llvm-fbe8eab37e554efb07f8034a975e8a55c7dd15ea.tar.xz
Don't turn assertions on by default.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97623 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/buildit')
-rw-r--r--utils/buildit/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/buildit/GNUmakefile b/utils/buildit/GNUmakefile
index 57aac4373a..83ce64ea9a 100644
--- a/utils/buildit/GNUmakefile
+++ b/utils/buildit/GNUmakefile
@@ -36,7 +36,7 @@ PREFIX = /usr/local
# Unless assertions are forced on in the GMAKE command line, enable them.
ifndef ENABLE_ASSERTIONS
-ENABLE_ASSERTIONS := yes
+ENABLE_ASSERTIONS := no
endif
# Default is optimized build.