Please don't forget to update http://code.google.com/p/chromium/wiki/LinuxDebugging :)
On Wed, Jul 8, 2009 at 5:04 PM, Paweł Hajdan Jr.<[email protected]> wrote: > Got it working! > > The steps I used: > > make clean > CFLAGS="-m32 -g -ggdb3" CXXFLAGS="-m32 -g -ggdb3" ./configure > --host=i686-pc-linux-gnu --enable-debug --with-debug > --prefix=/home/phajdan/local > CFLAGS="-m32 -g -ggdb3" CXXFLAGS="-m32 -g -ggdb3" make > make install > > I think that not all of the flags are necessary, but it at least it > does what I want. So, this enables me to continue fontconfig leak > investigation. Thanks for great and quick help! > > On Wed, Jul 8, 2009 at 16:28, Elliot Glaysher > (Chromium)<[email protected]> wrote: >> On Wed, Jul 8, 2009 at 4:22 PM, Paweł Hajdan Jr.<[email protected]> >> wrote: >>> It says "no symbols". :-/ >>> >>> Do you have an idea how can I get them? >> >> When you're building fontconfig, you're building it with no >> optimization and "-g" for debugging symbols, right? >> >> -- Elliot >> > --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
