mirror of
https://github.com/intel/llvm.git
synced 2026-01-24 17:01:00 +08:00
Avoid building lldb-mi when --enable-werror is set
as it doesn't build and is optional. llvm-svn: 221315
This commit is contained in:
@@ -25,7 +25,10 @@ ifeq ($(HOST_OS),Darwin)
|
||||
DIRS += debugserver
|
||||
endif
|
||||
|
||||
ifeq ($(ENABLE_WERROR),0)
|
||||
DIRS += lldb-mi
|
||||
endif
|
||||
|
||||
DIRS += driver
|
||||
|
||||
include $(LLDB_LEVEL)/Makefile
|
||||
|
||||
Reference in New Issue
Block a user