Yuri
2014-Jan-30 00:17 UTC
[LLVMdev] Is there the configure option top disable static libraries?
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
Rafael EspĂndola
2014-Jan-30 02:06 UTC
[LLVMdev] Is there the configure option top disable static libraries?
I don't think configure has it, but cmake's -DBUILD_SHARED_LIBS=ON might be what you want. Cheers, Rafael On 29 January 2014 19:17, Yuri <yuri at rawbw.com> wrote:> 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 > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev