From 47ca70df678bc698c51a1f8f2dfbc2112add13a9 Mon Sep 17 00:00:00 2001 From: Bjoern Brandenburg Date: Wed, 8 Aug 2012 15:49:43 +0200 Subject: Don't limit parallelism during compilation This is considerably faster on my machine. --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 7bf6d1f..dcaf25d 100644 --- a/Makefile +++ b/Makefile @@ -8,10 +8,8 @@ ETAGS ?= etags all: links -NCPUS := $(shell getconf _NPROCESSORS_ONLN) - cpp: - $(MAKE) -C native -j $(NCPUS) + $(MAKE) -C native -j links: clean-links cpp cd schedcat/sched; ln -s ../../native/_sched.so; ln -s ../../native/sched.py native.py -- cgit v1.2.2