You are not logged in.
Pages: 1
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
Why would it make a difference? Do you understand what that flag does?
Offline
IIRC if you're running kernel26-ck you should use number of cores, not number of cores + n.
Offline
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
Hehe cheers guys, looks like I had a dumb moment there
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
Pages: 1