You are not logged in.

#1 2010-08-31 09:54:17

dyscoria
Member
Registered: 2008-01-10
Posts: 1,007

Makeflags

Using -j3 is recommended for a dual core CPU, but how about when running 32bit Arch Linux on a dual core setup?

Thanks.


flack 2.0.6: menu-driven BASH script to easily tag FLAC files (AUR)
knock-once 1.2: BASH script to easily create/send one-time sequences for knockd (forum/AUR)

Offline

#2 2010-08-31 10:12:50

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,487
Website

Re: Makeflags

Why would it make a difference?  Do you understand what that flag does?

Offline

#3 2010-08-31 10:26:55

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Makeflags

IIRC if you're running kernel26-ck you should use number of cores, not number of cores + n.

Offline

#4 2010-08-31 10:27:47

jakobm
Member
Registered: 2008-03-24
Posts: 132

Re: Makeflags

From the Gentoo handbook:

With MAKEOPTS you define how many parallel compilations should occur when you install a package. A good choice is the number of CPUs (or CPU cores) in your system plus one, but this guideline isn't always perfect.

The make man-page:

-j [jobs], --jobs[=jobs]
Specifies the number of jobs (commands) to run simultaneously.

It simply modifies the way how make runs its job. It has no effect whatsoever on compilation results (e.g. architecture optimisation).

Offline

#5 2010-08-31 11:00:35

dyscoria
Member
Registered: 2008-01-10
Posts: 1,007

Re: Makeflags

Hehe cheers guys, looks like I had a dumb moment there roll


flack 2.0.6: menu-driven BASH script to easily tag FLAC files (AUR)
knock-once 1.2: BASH script to easily create/send one-time sequences for knockd (forum/AUR)

Offline

Board footer

Powered by FluxBB