I have downloaded and compiled libclang following this link on CentOS 6.5: https://www.vultr.com/docs/how-to-install-llvm-and-clang-on-centos-6
I did just till make as I only need libclang.so and not the clang compiler installed. libclang.so.3.9 is about 124MB after the compilation!
In Windows libclang.dll is 39MB.
How can I reduce the Linux build to comparable size?