What flags should i then use? I have tried with "-g3 -O0" and only with "-O0" but i do not get any additional info.
2008/6/5 Timo Sirainen <[EMAIL PROTECTED]>: > On Jun 5, 2008, at 11:17 PM, Juan Asensio Sánchez wrote: > >> Compiling this way: >> >> # export CFLAGS="-g3 -O2" > > Almost, but not quite :) *without* -O2, not with. It's enabled by default. > >