Bug#819072: llvm-3.8-dev: LLVM CMake files broken by Debian packaging

Brad King brad.king at kitware.com
Thu Mar 31 20:31:51 UTC 2016


On 03/31/2016 04:26 PM, Sylvestre Ledru wrote:
> many thanks. I will try to integrate that asap.

Great!  I can try installing a revised package to check it, when ready.

> By the way, a side question, after the build with cmake, before the
> "make install", is
> it possible to remove the temporary files (*.o for example)?
> The whole build requires a lot of spaces. 29G on my system.

There is no builtin feature to remove just the .o files but you could
script it yourself.  However, following that with "make install" will
recompile them.  Instead use "make install/fast" to perform the
installation without re-checking any build dependencies.

-Brad



More information about the Pkg-llvm-team mailing list