Re: All local folders lost in KMail
Scott <[email protected]>
| Newsgroups | gmane.comp.kde.users.pim |
|---|---|
| Message-ID | <[email protected]> |
On 2019-08-09 00:52, René J.V. Bertin wrote: > On Thursday August 08 2019 10:14:43 Peter Humphrey wrote: > >> I'm beginning to wonder whether my problems, which are many and varied, stem > >from the way I build the system. This being Gentoo, everything is compiled > >from source - even the compiler. This is what I have set for kmail, in case it >> helps: >> >> kde-apps/kmail-19.04.3:5::gentoo USE="handbook -debug -test" > Does `-debug` mean that you're building a debug variant without optimisation, or just that you build with something like `-O2 -g` and preserve the debug information? > > If the former you're probably taking a significant performance hit, and if you're on a slower or very busy system this may lead to subtle issues, for instance because of timeouts not being met. > > R. In gentoo a dash before a use flag '-debug' means that it is disabled in this configuration.