[llvm-commits] [llvm] r97623 - /llvm/trunk/utils/buildit/GNUmakefile
Bill Wendling
isanbard at gmail.com
Tue Mar 2 17:13:55 PST 2010
Author: void
Date: Tue Mar 2 19:13:55 2010
New Revision: 97623
URL: http://llvm.org/viewvc/llvm-project?rev=97623&view=rev
Log:
Don't turn assertions on by default.
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=97623&r1=97622&r2=97623&view=diff
==============================================================================
--- llvm/trunk/utils/buildit/GNUmakefile (original)
+++ llvm/trunk/utils/buildit/GNUmakefile Tue Mar 2 19:13:55 2010
@@ -36,7 +36,7 @@
# Unless assertions are forced on in the GMAKE command line, enable them.
ifndef ENABLE_ASSERTIONS
-ENABLE_ASSERTIONS := yes
+ENABLE_ASSERTIONS := no
endif
# Default is optimized build.
More information about the llvm-commits
mailing list