From fd2e9e299c9446b8932ca440200a687d5ada6fb3 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 4 Jun 2020 01:39:34 +0200 Subject: [PATCH] remove patch --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e08c4c1..c22bfec 100644 --- a/Makefile +++ b/Makefile @@ -18,10 +18,10 @@ build-src: .PHONY: build-bin build-bin: - rustup set profile minimal && \ + RUSTFLAGS="-C link-arg=-s" rustup set profile minimal && \ cd $(SRC) && \ RUSTFLAGS="-C link-arg=-s" rustup target add x86_64-unknown-linux-musl && \ - BWRS_VERSION="$${BUILD_VERSION##v}" cargo build -j 8 --features $(DB) --release + RUSTFLAGS="-C link-arg=-s" BWRS_VERSION="$${BUILD_VERSION##v}" cargo build -j 8 --features $(DB) --release .PHONY: clean clean: