[llvm-branch-commits] [llvm-branch] r92977 - /llvm/branches/Apple/Zoidberg/utils/buildit/GNUmakefile
Stuart Hastings
stuart at apple.com
Thu Jan 7 16:50:15 PST 2010
Author: stuart
Date: Thu Jan 7 18:50:14 2010
New Revision: 92977
URL: http://llvm.org/viewvc/llvm-project?rev=92977&view=rev
Log:
Apple-style build now defaults to ENABLE_ASSERTIONS=1
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=92977&r1=92976&r2=92977&view=diff
==============================================================================
--- llvm/branches/Apple/Zoidberg/utils/buildit/GNUmakefile (original)
+++ llvm/branches/Apple/Zoidberg/utils/buildit/GNUmakefile Thu Jan 7 18:50:14 2010
@@ -34,8 +34,8 @@
PREFIX = /usr/local
-# Unless assertions are forced on in the GMAKE command line, disable them.
-ifdef ENABLE_ASSERTIONS
+# Unless assertions are forced on in the GMAKE command line, enable them.
+ifndef ENABLE_ASSERTIONS
LLVM_ASSERTIONS := yes
else
LLVM_ASSERTIONS := no
More information about the llvm-branch-commits
mailing list