News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Kaspersky Slow down CodeBlocks

Started by inv4ever, September 07, 2013, 06:20:08 PM

Previous topic - Next topic

inv4ever

Hello. I have installed Kaspersky Internet Security 2014, Codeblocks 12.11, GNU GCC, and when building a project kaspersky slow down my build, and build time take from 30 sec to 1min. Without Kaspersky build time is very fast. How to fix it?

ollydbg

Quote from: inv4ever on September 07, 2013, 06:20:08 PM
.....Without Kaspersky build time is very fast. How to fix it?
It is Kasperksy's fault, so you can either disable Kaspersky when building or put the related paths (path of C::B, GCC, your project...) to Kaspersky's white-list. I don't know how to say "white-list", they are the paths not be scanned.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

thomas

Whitelisting does not help with Kaspersky, at least it did not help 2 years ago when I last used it.

The only working solution is to write a nasty letter to Kaspersky, asking your money back, and using a different product. I'm using Avast now, which has its own set of problems, but at least lets you whitelist Code::Blocks and GCC so it has zero impact on performance.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."