Hi!
how can I disable optimization during compilation? Currently gdb just shows <value optimized out> when debugging a core dump.
thanks klaus
I think 'make mode=debug' should do it but you need a 'make proper' before that.
Miklos
On 07/03/2009 11:56 AM, Klaus Darilion wrote:
Hi!
how can I disable optimization during compilation? Currently gdb just shows <value optimized out> when debugging a core dump.
thanks klaus
sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
On Jul 03, 2009 at 12:22, Miklos Tirpak miklos@iptel.org wrote:
I think 'make mode=debug' should do it but you need a 'make proper' before that.
Actually, make proper is not needed. make cfg mode=debug or make cfg-defs mode=debug (if you don't want to change the modules list) followed by make all should be enough.
Andrei