From: Bill Wendling Date: Wed, 3 Mar 2010 01:13:55 +0000 (+0000) Subject: Don't turn assertions on by default. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=fbe8eab37e554efb07f8034a975e8a55c7dd15ea;p=oota-llvm.git Don't turn assertions on by default. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97623 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/buildit/GNUmakefile b/utils/buildit/GNUmakefile index 57aac4373a5..83ce64ea9ac 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.