Re: Getting debug symbols from single module

2012-02-27 Thread Albert Thuswaldner
Hi Michael, Thank you for your replay and sorry for my late one... On Wed, Feb 22, 2012 at 10:51, Michael Meeks wrote: > Hi Albert, > > On Wed, 2012-02-22 at 00:48 +0100, Albert Thuswaldner wrote: >> The old way of getting debug symbols from just a single module: > >        That is odd ... > >>

Re: Getting debug symbols from single module

2012-02-22 Thread Michael Meeks
Hi Albert, On Wed, 2012-02-22 at 00:48 +0100, Albert Thuswaldner wrote: > The old way of getting debug symbols from just a single module: That is odd ... > http://wiki.documentfoundation.org/Development/How_to_debug#Debugging_symbols > > i.e "cd module && make -sr clean && make -srj4 de

Getting debug symbols from single module

2012-02-21 Thread Albert Thuswaldner
Hi, The old way of getting debug symbols from just a single module: http://wiki.documentfoundation.org/Development/How_to_debug#Debugging_symbols i.e "cd module && make -sr clean && make -srj4 debug=t" doesn't seem to work anymore. I've tried various combinations like: make -sr debug=t make