Fix fastcc failures.
[oota-llvm.git] / Makefile.config.in
index fbb3475605a7186ded413d53b9d1174fb5a80858..47d0d81cbf1d8a5276d8e8f0eab0d123b5433d12 100644 (file)
@@ -184,10 +184,10 @@ 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.
-#ENABLE_ASSERTIONS = 1
-@ENABLE_ASSERTIONS@
+# 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@
 
 # When DEBUG_RUNTIME is enabled, the runtime libraries will retain debug
 # symbols.