df5d2454a3
Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user specifies not to. Dont build ASTMatchers with Rewriter disabled and StaticAnalyzer when it's disabled. Without all those three, the clang binary shrinks (x86_64) from ~36MB to ~32MB (unstripped). To disable these clang components, and get a smaller clang binary built and installed, set WITHOUT_CLANG_FULL in src.conf(5). During the initial stages of buildworld, those extra components are already disabled automatically, to save some build time. MFC after: 1 week
4 lines
111 B
Plaintext
4 lines
111 B
Plaintext
.\" $FreeBSD$
|
|
Set to build the ARCMigrate, Rewriter and StaticAnalyzer components of the
|
|
Clang C/C++ compiler.
|