[LLVMdev] Is there the configure option top disable static libraries?

Yuri yuri at rawbw.com
Wed Jan 29 16:17:29 PST 2014


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



More information about the llvm-dev mailing list