Don't turn assertions on by default.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97623 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling 2010-03-03 01:13:55 +00:00
parent bc9d22c99a
commit fbe8eab37e

View 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.