[llvm-commits] [llvm] r93381 - /llvm/trunk/utils/buildit/GNUmakefile
Stuart Hastings
stuart at apple.com
Wed Jan 13 16:34:53 PST 2010
Author: stuart
Date: Wed Jan 13 18:34:53 2010
New Revision: 93381
URL: http://llvm.org/viewvc/llvm-project?rev=93381&view=rev
Log:
Erm, previous patch was wrong; Thanks Bill\!
Modified:
llvm/trunk/utils/buildit/GNUmakefile
Modified: llvm/trunk/utils/buildit/GNUmakefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/buildit/GNUmakefile?rev=93381&r1=93380&r2=93381&view=diff
==============================================================================
--- llvm/trunk/utils/buildit/GNUmakefile (original)
+++ llvm/trunk/utils/buildit/GNUmakefile Wed Jan 13 18:34:53 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-commits
mailing list