adapt condition for changed default build mode

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

llvm-svn: 107779
This commit is contained in:
Gabor Greif 2010-07-07 14:37:04 +00:00
parent 88c547ede9
commit 4e39130919
1 changed files with 1 additions and 1 deletions

View File

@ -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