Comment 49 for bug 900901

Revision history for this message
In , Andrey Rahmatullin (wrar) wrote :

(In reply to comment #35)
> It's related to GCC
I don't think so.

> so what's the exact version of it you're using?
4.7.1

> I compile using make -j8 CFLAGS="-O3 -pipe
> -fno-strict-aliasing -fomit-frame-pointer -ffunction-sections
> -fdata-sections -maccumulate-outgoing-args -mno-push-args
> -freorder-blocks-and-partition" LDFLAGS="-s"
>
> And then it works.

1.5.6 works even without flags if I compile it from source. It doesn't work when built as a Debian package even with those flags passed to configure. But then 1.5.9 built manually without additional flags works too.