[LLVMdev] Re: standalone llvm

Chris Lattner sabre at nondot.org
Thu Apr 13 20:47:08 PDT 2006


On Fri, 14 Apr 2006, Simon Burton wrote:

> Somewhat better is when I use "--libs engine asmparser". It works, and generates
> an exe around 77Mb. And no complaints when linking.

Note that if you're interested in reducing library size, the easiest thing 
to do is to use a release build instead of a debug build (or just strip 
your debug libraries).  Most of the space is consumed by debug info.

-Chris

-- 
http://nondot.org/sabre/
http://llvm.org/




More information about the llvm-dev mailing list