
30 May
2016
30 May
'16
1:56 p.m.
Gabor Greif
Thanks for the tip, Ben! I have just tried with ./validate and those horrific stats are gone.
`$(MAKE) test` now also works. Apparently the thorough cleaning was overdue. I'm fine with this.
Cheers,
Gabor
PS: Out of sheer curiosity, what could have caused the hiccups?
You may have been using a build with DEBUG enabled, which enables a number of rather expensive assertions in the compiler. Cheers, - Ben