[llvm-branch-commits] [cfe-branch] r108579 - /cfe/branches/Apple/whitney-IB/Makefile

Daniel Dunbar daniel at zuster.org
Fri Jul 16 17:24:26 PDT 2010


Author: ddunbar
Date: Fri Jul 16 19:24:26 2010
New Revision: 108579

URL: http://llvm.org/viewvc/llvm-project?rev=108579&view=rev
Log:
Reenable assertions.

Modified:
    cfe/branches/Apple/whitney-IB/Makefile

Modified: cfe/branches/Apple/whitney-IB/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/whitney-IB/Makefile?rev=108579&r1=108578&r2=108579&view=diff
==============================================================================
--- cfe/branches/Apple/whitney-IB/Makefile (original)
+++ cfe/branches/Apple/whitney-IB/Makefile Fri Jul 16 19:24:26 2010
@@ -5,7 +5,7 @@
 # LLVM/Clang default configuration.
 
 # Select default assertion mode, valid values are '0' and '1'.
-Clang_Use_Assertions   := 0
+Clang_Use_Assertions   := 1
 # Select clang driver mode, valid values are 'Production' and 'Development'.
 Clang_Driver_Mode      := Production
 # Select optimization flags to use.





More information about the llvm-branch-commits mailing list