On Mon, Mar 26, 2007 at 10:30:06PM +0200, Peter Kümmel wrote:
> Andre Poenitz wrote:
> > On Mon, Mar 26, 2007 at 08:52:56PM +0200, Peter Kümmel wrote:
> >> Andre Poenitz wrote:
> >>> On Mon, Mar 26, 2007 at 12:09:35AM +0200, Peter Kümmel wrote:
> >>>> I've added the flags
> >>>> debug, release, profile, stdlib-debug, and concept-checks
> >>>>
> >>>> to be used by -DXXX=1.
> >>> I tried to use -Dprofile=1, and whiule this generates a usable
> >>> binary, this seems not to be profile-enabled.
> >> This is fixed now.
> > 
> > -pg is also needed in the link step, I think it's not there right now.
> > At least the compilation behaves as if profiling was added, yet the
> > resulting binary is still not profile enabled. I think it wouldn't hurt
> > to add it also when compiling plain C files for consistency, even if we
> > don't have many of such files.
> 
> Does the attached patch help?

Possibly, because thing get larger, the compiler process is ~520 MB than
which means it goes to swap on this (512 MB) machine.  [It is still fine
for the Release version...]

Looks like a bit of fine-tuning is needed.

Andre'

Reply via email to