News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Latest code blocks + gcc slow compilation

Started by Joselito, December 16, 2014, 05:36:32 AM

Previous topic - Next topic

Joselito

Hi !

I used to code with a:

Quote
Core2Duo E7500;
4 GM RAM DDR2;

And used to work perfect.

Now that I have:

Quote
Core i5 4590 Haswell;
8 GM RAM DDR3;

The compilation is very slow, only to build and run the default project with a simply "hello world" it takes like 5 seconds or more...
I already tried to change:

Compiler > Build Options >  Number of processes for parallel builds : 1, 2, 6, 8

Please, anyone help me e.e I just need this to get back to normal...


ollydbg

Please respect the forum rule, and do not post the same contents many times.
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.

stahta01

Since, you gave no real info.
My wild guess is your AV software is to blame.

I suggest you try compiling from the command line.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]