[cfe-dev] Another Linker error with clang++

Benjamin Kramer benny.kra at googlemail.com
Thu Sep 15 11:08:31 PDT 2011


On Thu, Sep 15, 2011 at 11:02, Devchandra L Meetei <dlmeetei at gmail.com> wrote:
> I have compiled clang by checking out from svn today morning
> ./configure --enable-optimized --disable-assertions
> make
> Then I exported CXX and CC to the path to binary clang
> then compile the pegasus code.
> Memory footprint for clang vs g++(4.4.5)
> clang
> ----------------
> 92M    lib/
> 50M    bin/
> ---------------
> g++
> 56M    lib/
> 42M    bin/

Which flags did you use to compile it? Is debug info enabled ("-g")?
Did you compile your code with or without optimization?

- Ben




More information about the cfe-dev mailing list