CLANG_BUILD_TOOLS=OFF
still builds clang tools (though doesn't install them)
#121060
Labels
cmake
Build system in general and CMake in particular
Hello!
I need only clang without all additional tools. I pass
CLANG_BUILD_TOOLS=OFF
to CMake but it still builds the tools (It seems that they aren't added into the install dir though...) I've checkedCMakeCache.txt
and saw that when I passCLANG_BUILD_TOOLS=OFF
it is recognized and set toOFF
but all otherCLANG_TOOL_*_BUILD
variables are stillON
as by default. I have low-end hardware so when I use Full LTO I spend much time on each program. I've seen that it still builds them because time consumption is the same and I've seen in terminalLinking CXX executable bin/clang-import-test
. I am runningninja install
(if thats necessary information). I tried but couldn't find them inside build dir but they are built (and even there they are not saved? Though ninja doesn't rebuild them if I stop and start it again)The text was updated successfully, but these errors were encountered: