X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=debian%2Frules;fp=debian%2Frules;h=44910551347782db0295b331cf436dc1b9164af8;hb=ac4073ce6e7ae6e89129c5874baad05df9f44480;hp=6da3900911a6f2202accd8965321f6580a2a54b4;hpb=e898f807e2bdd260a0967051829fe307e2e4a0bd;p=senf.git diff --git a/debian/rules b/debian/rules index 6da3900..4491055 100755 --- a/debian/rules +++ b/debian/rules @@ -14,6 +14,8 @@ export debian_build CFLAGS = -Wall -g +CONCURRENCY_LEVEL ?= 1 + ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else @@ -42,7 +44,7 @@ build: build-stamp build-stamp: configure-stamp dh_testdir # # Add here commands to compile the package. - scons all final=1 + scons -j $(CONCURRENCY_LEVEL) all final=1 touch $@ clean: