At the moment with amule there's a compile time choice of a full debugging build or "with debugging symbols"
Unfortunately the debug build is considerably slower than the production build, but the production build lacks the ability to output slightly more verbose entries which can be useful in logfiles. (eg "Finished hashing file N", which can give clues about the speed and progress of a sharedir walk)
Is it possible to allow the verbose logging/Cat_ preferences to be used without loading the full set of debugging symbols?
At the moment with amule there's a compile time choice of a full debugging build or "with debugging symbols"
Unfortunately the debug build is considerably slower than the production build, but the production build lacks the ability to output slightly more verbose entries which can be useful in logfiles. (eg "Finished hashing file N", which can give clues about the speed and progress of a sharedir walk)
Is it possible to allow the verbose logging/Cat_ preferences to be used without loading the full set of debugging symbols?