stativ

Results 8 comments of stativ

I wanted to implement it on my own, but I gave up because soon I grew convinced JavaScript is a terrible language and I want to keep my sanity a...

I'm having the same problem. The "Show thumbnails" is also not remembered. This used to work. The settings from "Preferences" are stored correctly though.

Here are my thoughts: * Share everything that has the shared category set no matter what other categories a favorite has. Mostly because it's consistent with the next one. *...

Isn't this fixed by 3c39ea8? Plasma should no longer restore xembedsniproxy by itself.

While trying to narrow down the problematic flag I found out that it can be fixed by removing -fvisibility=hidden from the compiler command line

Problematic file: http://ge.tt/48kG3kT1/v/0?c **Minimum compilation commands** working: `g++ -m32 -fPIC -O1 -DNDEBUG foo.cpp` working: `g++ -m32 -fvisibility=hidden -fPIC -O0 -DNDEBUG foo.cpp` broken: `g++ -m32 -fvisibility=hidden -fPIC -O1 -DNDEBUG foo.cpp`

@kingtaurus The file is almost 9 megabytes, so it's not really suited for posting as plaintext I was able to narrow the problem down to these flags: `-fno-tree-ccp -fno-tree-dominator-opts -fno-tree-forwprop...

Oh well, the reality is again different than an artificial test. With -O2 it still eats all of my memory. So I guess the real culprit is not the optimization...