mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 00:01:39 +00:00
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
bbee8c93fb
commit
84c77d994d
2
Makefile
2
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user