|
From: Jeremy F. <je...@go...> - 2005-01-20 01:13:22
|
On Thu, 2005-01-20 at 11:32 +1100, Eyal Lebedinsky wrote: > For vg I do a different build than normal. I build with '-O0' and nothing > else (just some extra warn requests): > -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wconversion -Wredundant-decls -ansi -D_XOPEN_SOURCE=1 -D_GNU_SOURCE=1 -O0 -fno-inline -g No, I mean when building Valgrind itself. > > Oh, and that you're not using --num-callers=1. > > I use '--num-callers=32' which I find good enough. Yeah, I was pretty sure that wasn't it, but its always worth checking... J |