From fbe8eab37e554efb07f8034a975e8a55c7dd15ea Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 3 Mar 2010 01:13:55 +0000 Subject: Don't turn assertions on by default. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97623 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/buildit/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/buildit') 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. -- cgit v1.2.3