On 07/25/2014 11:04 AM, Lorenzo Marcantonio wrote:
On Fri, Jul 25, 2014 at 08:59:23AM +0000, Mário Luzeiro wrote:
Hello,
Is is possible speed up building (in linux) some how? (without to buy a faster 
computer)
It looks it is not building using multiprocessor.

make -j4 helps (substitute number with processor numbers)

Also, every small change, it will took a lot of time by the linker to do its 
business.
I do believe the only way would be implement dynamic objects or someting but it 
will change drastically the architecture. :/

It is actually done with dynamic objects. *Large* dynamic objects :D

C++ is not famous for generating small code especially in debug
builds...


Hi,

If you have a spare PC, then you may use distcc to distribute compilation to a few machines. binutils-gold are expected to decrease the linking time.

Regards,
Orson

_______________________________________________
Mailing list: https://launchpad.net/~kicad-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to