
2 Dec
2009
2 Dec
'09
7:45 a.m.
Just a quick note regarding debug compilation: On Wed, Dec 2, 2009 at 8:06 AM, Vladimir Prus <vladimir@codesourcery.com> wrote:
- a 387K object file
Let me check this. I am using -O2
That's not debug build, for sure.
The -O2 setting only controls optimization, the -g flag is for enabling debug. You can have debug builds and turn on optimization at the same time, check for the presence of the -g flag (presence = debug) With kind regards, Mikael Olenfalk