1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

Fix a comment.

llvm-svn: 27551
This commit is contained in:
Reid Spencer 2006-04-09 23:39:43 +00:00
parent feb41c9080
commit f346623b4a

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@