> I installed the lenny Octave package and this is what I get:
>
> octave:1> octave_config_info ("CXXFLAGS")
> ans = -O2 -g
>
> Does this mean that Octave was built with debug symbols?
Yes.
> If so, why?
Because it makes debugging octave bugs possible? Note that the debug
symbols are stripped from the installed binaries and moved to a separate
octavex.y-dbg package.