From 8cff305dff774d10d5ae895a26bb6fc3b7cd48d9 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 3 Mar 2010 01:13:55 +0000 Subject: [PATCH] Don't turn assertions on by default. llvm-svn: 97623 --- llvm/utils/buildit/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/utils/buildit/GNUmakefile b/llvm/utils/buildit/GNUmakefile index 57aac4373a51..83ce64ea9acb 100644 --- a/llvm/utils/buildit/GNUmakefile +++ b/llvm/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.