[llvm-branch-commits] [cfe-branch] r102099 - /cfe/branches/Apple/williamson-IB/Makefile
Daniel Dunbar
daniel at zuster.org
Thu Apr 22 11:21:14 PDT 2010
Author: ddunbar
Date: Thu Apr 22 13:21:14 2010
New Revision: 102099
URL: http://llvm.org/viewvc/llvm-project?rev=102099&view=rev
Log:
Don't build with asserts enabled by default. <rdar://problem/7465299>
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=102099&r1=102098&r2=102099&view=diff
==============================================================================
--- cfe/branches/Apple/williamson-IB/Makefile (original)
+++ cfe/branches/Apple/williamson-IB/Makefile Thu Apr 22 13:21:14 2010
@@ -10,7 +10,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
# Enable use of clang++?
More information about the llvm-branch-commits
mailing list