|
From: Philippe W. <phi...@sk...> - 2018-06-11 19:59:59
|
On Mon, 2018-06-11 at 15:54 -0400, M. Chaturvedi wrote: > Yes, I was referring to the quick-start section. Using `-O2` would solve our problem, but since it is explicitly not recommended: > > > Use of -O2 and above is not recommended as Memcheck occasionally reports uninitialised-value errors which don't really exist. > > we didn't want to use it. Ok. So, IMO, just try with -O2, and it you do not see a lot of false positive error reports, just keep it simple and use -O2. Good luck Philippe |