ANNOUNCE: p11-kit 0.9

Andreas Metzler ametzler at downhill.at.eu.org
Sat Dec 10 02:06:13 PST 2011


On 2011-12-10 Andreas Metzler <ametzler at downhill.at.eu.org> wrote:
> On 2011-12-09 Stef Walter <stefw at collabora.co.uk> wrote:
[...]
> After digging a little bit deeper I am stumped. Rebuilding *only*
> hash-test.o with -O0 (instead of -O2) stops the error message.
[...]

The minimal change I found was to just build CuFailInternal() without
optimization, by setting

__attribute__((optimize("O0")))
static void CuFailInternal(CuTest* tc, const char* file, int line,
CuString* string)
[...]

in CuTest.c.

cu andreas


More information about the p11-glue mailing list