From dd8c03a277fe0ee0457bf527f9508e1d6ba988cc Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 16 Dec 2019 14:07:14 +0100 Subject: [PATCH] buildsys: make deb: use --lib for first pass build since it'll rebuild the lib & binaries anyway after the copy, only build the library (to get the dependencies out of the way), but dont build the binaries... saves a couple seconds of build time Signed-off-by: Wolfgang Bumiller --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a6c746c2..0c64fdee 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ doc: .PHONY: build build: rm -rf build - cargo build --release + cargo build --release --lib rsync -a debian Makefile defines.mk Cargo.toml Cargo.lock \ src zstd-sys $(SUBDIRS) \ target tests build/