<div dir="ltr"><div>Hi,</div><div><br></div><div>I have downloaded and compiled libclang following this link on CentOS 6.5: <a href="https://www.vultr.com/docs/how-to-install-llvm-and-clang-on-centos-6">https://www.vultr.com/docs/how-to-install-llvm-and-clang-on-centos-6</a></div><div><br></div><div>I did just till make as I only need libclang.so and not the clang compiler installed. </div><div>libclang.so.3.9 is about 124MB after the compilation.</div><div><br></div><div>I strip-ed libclang.so.3.9 down to 80MB but its not yet in the same size range as in Windows (39MB)</div><div><br></div><div>I mainly use Clang-c to create an index and search for some macros and functions.<br></div><div>How can I reduce the Linux build to comparable size? Is there any cmake file I can edit to remove libraries while leaving the basic parsing functionality intact?</div><div><br></div><div>Thanks</div><div>Abhijit</div></div>