Fix a comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27551 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2006-04-09 23:39:43 +00:00
parent c28ccd86b5
commit 1a5a551919

View File

@ -184,8 +184,8 @@ OBJ_ROOT := .
#ENABLE_OPTIMIZED = 1
@ENABLE_OPTIMIZED@
# When ENABLE_ASSERTIONS is enabled, builds of all of the LLVM code will include
# assertion checks, otherwise they are not included.
# When DISABLE_ASSERTIONS is enabled, builds of all of the LLVM code will
# exclude assertion checks, otherwise they are included.
#DISABLE_ASSERTIONS = 1
@DISABLE_ASSERTIONS@