[llvm-branch-commits] [llvm-branch] r93384 - /llvm/branches/Apple/Zoidberg/utils/buildit/GNUmakefile
Stuart Hastings
stuart at apple.com
Wed Jan 13 16:36:27 PST 2010
Author: stuart
Date: Wed Jan 13 18:36:26 2010
New Revision: 93384
URL: http://llvm.org/viewvc/llvm-project?rev=93384&view=rev
Log:
Erm, previous patch was wrong; Thanks Bill\!
Modified:
llvm/branches/Apple/Zoidberg/utils/buildit/GNUmakefile
Modified: llvm/branches/Apple/Zoidberg/utils/buildit/GNUmakefile
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/Zoidberg/utils/buildit/GNUmakefile?rev=93384&r1=93383&r2=93384&view=diff
==============================================================================
--- llvm/branches/Apple/Zoidberg/utils/buildit/GNUmakefile (original)
+++ llvm/branches/Apple/Zoidberg/utils/buildit/GNUmakefile Wed Jan 13 18:36:26 2010
@@ -37,8 +37,6 @@
# Unless assertions are forced on in the GMAKE command line, enable them.
ifndef ENABLE_ASSERTIONS
LLVM_ASSERTIONS := yes
-else
-LLVM_ASSERTIONS := no
endif
# Default is optimized build.
More information about the llvm-branch-commits
mailing list