[llvm-commits] [llvm] r107779 - /llvm/trunk/Makefile

Gabor Greif ggreif at gmail.com
Wed Jul 7 07:37:05 PDT 2010


Author: ggreif
Date: Wed Jul  7 09:37:04 2010
New Revision: 107779

URL: http://llvm.org/viewvc/llvm-project?rev=107779&view=rev
Log:
adapt condition for changed default build mode

who knows how to cover Asserts or Debug separately
please do not hesitate to extend this

Modified:
    llvm/trunk/Makefile

Modified: llvm/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/Makefile?rev=107779&r1=107778&r2=107779&view=diff
==============================================================================
--- llvm/trunk/Makefile (original)
+++ llvm/trunk/Makefile Wed Jul  7 09:37:04 2010
@@ -181,7 +181,7 @@
 ifneq ($(BUILD_DIRS_ONLY),1)
 all::
 	$(Echo) '*****' Completed $(BuildMode) Build
-ifeq ($(BuildMode),Debug)
+ifeq ($(BuildMode),Debug+Asserts)
 	$(Echo) '*****' Note: Debug build can be 10 times slower than an
 	$(Echo) '*****' optimized build. Use 'make ENABLE_OPTIMIZED=1' to
 	$(Echo) '*****' make an optimized build. Alternatively you can





More information about the llvm-commits mailing list