Hi!
how can I disable optimization during compilation? Currently gdb just shows <value optimized out> when debugging a core dump.
thanks klaus
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