From 70a4e6359776ea8711aa8a7a63ee3cc17d5693b5 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 4 Jun 2020 14:58:04 +0200 Subject: [PATCH] cleanup makefile --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 0aa95d3..982383a 100644 --- a/Makefile +++ b/Makefile @@ -18,10 +18,10 @@ build-src: .PHONY: build-bin build-bin: - RUSTFLAGS="-C link-arg=-s" rustup set profile minimal && \ + rustup set profile minimal && \ cd $(SRC) && \ - RUSTFLAGS="-C link-arg=-s" rustup target add x86_64-unknown-linux-musl && \ - RUSTFLAGS="-C link-arg=-s" BWRS_VERSION="$${BUILD_VERSION##v}" cargo build -j 8 --features $(DB) --release + rustup target add x86_64-unknown-linux-musl && \ + BWRS_VERSION="$${BUILD_VERSION##v}" cargo build -j 8 --features $(DB) --release .PHONY: clean clean: