Fix a comment.

llvm-svn: 27551
This commit is contained in:
Reid Spencer 2006-04-09 23:39:43 +00:00
parent fa423e9bd1
commit 2ed17b91c7
1 changed files with 2 additions and 2 deletions

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@