forked from OSchip/llvm-project
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:
parent
88c547ede9
commit
4e39130919
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue