Disable the ObjC rewriter modules, since according to rdivacky these are
only used by Xcode. This shaves off some compilation time.
This commit is contained in:
parent
7362eb555d
commit
12692fdcc7
@ -12,7 +12,6 @@ CFLAGS+= -I${LLVM_SRCS}/include -I${CLANG_SRCS}/include \
|
||||
|
||||
.if ${MK_CLANG_FULL} != "no"
|
||||
CFLAGS+= -DCLANG_ENABLE_ARCMT \
|
||||
-DCLANG_ENABLE_OBJC_REWRITER \
|
||||
-DCLANG_ENABLE_STATIC_ANALYZER
|
||||
.endif # MK_CLANG_FULL
|
||||
|
||||
|
@ -10,8 +10,6 @@ SRCS= FixItRewriter.cpp \
|
||||
HTMLPrint.cpp \
|
||||
InclusionRewriter.cpp \
|
||||
RewriteMacros.cpp \
|
||||
RewriteModernObjC.cpp \
|
||||
RewriteObjC.cpp \
|
||||
RewriteTest.cpp
|
||||
|
||||
TGHDRS= AttrList \
|
||||
|
Loading…
Reference in New Issue
Block a user