Daniel Kristjansson writes:
> On Wed, 2005-04-20 at 22:18 +0930, Ian Dall wrote:
> > I tried to build with --compile-type=profile and notices that the -g
> > flag is used, but not -p or -pg. Changing configure to set
> >
> > PROFILEFLAGS="-pg -DNDEBUG"
> >
> > is not quite enough, sinc
On Wed, 2005-04-20 at 22:18 +0930, Ian Dall wrote:
> I tried to build with --compile-type=profile and notices that the -g
> flag is used, but not -p or -pg. Changing configure to set
>
> PROFILEFLAGS="-pg -DNDEBUG"
>
> is not quite enough, since -fomit-frame-pointer is incompatible with -pg.
I tried to build with --compile-type=profile and notices that the -g
flag is used, but not -p or -pg. Changing configure to set
PROFILEFLAGS="-pg -DNDEBUG"
is not quite enough, since -fomit-frame-pointer is incompatible with -pg.
I made the following change to settings.pro
--- settings.pro