Don't turn assertions on by default.
authorBill Wendling <isanbard@gmail.com>
Wed, 3 Mar 2010 01:13:55 +0000 (01:13 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 3 Mar 2010 01:13:55 +0000 (01:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97623 91177308-0d34-0410-b5e6-96231b3b80d8

utils/buildit/GNUmakefile

index 57aac4373a51750d805b9b7d0fe71a8069acf141..83ce64ea9acb9564c2431d0226f1871be047b186 100644 (file)
@@ -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.