[cfe-dev] Linking against Clang 3.0 on Ubuntu 12.04 issue

Ben Pope benpope81 at gmail.com
Wed May 9 22:40:20 PDT 2012


On Thursday, May 10, 2012 12:29 PM, Krunal Rao wrote:
> Thank you all for the prompt replies!
>
> I am following these steps and it's working, but I have two questions:
>
> - The code listed below builds the Release version (the LLVM getting
> started documentation suggested it would build the Debug one). How can
> I obtain the Debug version instead?
>
> - What options should I pass to configure (or make) to install LLVM
> and Clang into an arbitrary "root" directory? (for "root" I mean the
> dir that will contain /bin /lib ecc ecc).
>
> Thanks again.

configure --help

Have a look at --prefix and --enable-optimized

Ben




More information about the cfe-dev mailing list