There is an option --enable-shared to enable shared libraries. But I can't find the option disabling .a libraries build and install. Is there such option? When people choose shared libraries, they likely don't need static libraries. When I build llvm with debug info, it takes a lot of disk space, and .a become a burden. Yuri