[llvm-branch-commits] [cfe-branch] r109059 - /cfe/branches/Apple/williamson-IB/Makefile

Daniel Dunbar daniel at zuster.org
Wed Jul 21 16:13:39 PDT 2010


Author: ddunbar
Date: Wed Jul 21 18:13:39 2010
New Revision: 109059

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

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

Modified: cfe/branches/Apple/williamson-IB/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/williamson-IB/Makefile?rev=109059&r1=109058&r2=109059&view=diff
==============================================================================
--- cfe/branches/Apple/williamson-IB/Makefile (original)
+++ cfe/branches/Apple/williamson-IB/Makefile Wed Jul 21 18:13:39 2010
@@ -5,7 +5,7 @@
 # LLVM/Clang default configuration.
 
 # Select default assertion mode, valid values are '0' and '1'.
-Clang_Use_Assertions   := 1
+Clang_Use_Assertions   := 0
 # 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