adapt condition for changed default build mode
authorGabor Greif <ggreif@gmail.com>
Wed, 7 Jul 2010 14:37:04 +0000 (14:37 +0000)
committerGabor Greif <ggreif@gmail.com>
Wed, 7 Jul 2010 14:37:04 +0000 (14:37 +0000)
who knows how to cover Asserts or Debug separately
please do not hesitate to extend this

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107779 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile

index 1ecdc2c585be311d3846730fb970f93761f6a337..057fb2a1411aeb5e0ad4fb136b17765e44ec3588 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -181,7 +181,7 @@ $(FilesToConfigPATH) : $(LLVM_OBJ_ROOT)/% : $(LLVM_SRC_ROOT)/%.in
 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