Re: [Samba] Building with debug symbols and different optimisation levels

2013-07-23 Thread Andrew Bartlett
On Thu, 2013-07-18 at 11:54 +0100, Edward Robbins wrote: > Hello, > I would like to build samba at different optimisation levels with debug > symbols, in order to test a static analysis tool I have developed. I have > found the configure option "--enable-developer", which I presume enables > debug

Re: [Samba] Building with debug symbols and different optimisation levels

2013-07-18 Thread Edward Robbins
Thanks, but I think I've figured out how to do it (though it's definitely a hack). I'll check the IRC channel if I'm still stuck. I note that here: https://wiki.samba.org/index.php/Waf there is a note that this support should be added ("add better optimizations options - we should add more control

Re: [Samba] Building with debug symbols and different optimisation levels

2013-07-18 Thread Michael Wood
On 18 July 2013 12:54, Edward Robbins wrote: > Hello, > I would like to build samba at different optimisation levels with debug > symbols, in order to test a static analysis tool I have developed. I have > found the configure option "--enable-developer", which I presume enables > debug symbols an

[Samba] Building with debug symbols and different optimisation levels

2013-07-18 Thread Edward Robbins
Hello, I would like to build samba at different optimisation levels with debug symbols, in order to test a static analysis tool I have developed. I have found the configure option "--enable-developer", which I presume enables debug symbols and sets optimisation to O0, and "--enable-debug" (is the d

[Samba] Building with debug symbols and different optimisation levels

2013-07-18 Thread Edward Robbins
Hello, I would like to build samba at different optimisation levels with debug symbols, in order to test a static analysis tool I have developed. I have found the configure option "--enable-developer", which I presume enables debug symbols and sets optimisation to O0, however I would also like to b