From ac19084480dff993b586c818711897f1d35ddfe4 Mon Sep 17 00:00:00 2001 From: Riccardo Spagni Date: Wed, 10 Dec 2014 20:04:08 +0200 Subject: [PATCH] revert the removal of the 'arch' flag from the release-static target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ae3378da2..4e3397230 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ all-release: release-static: mkdir -p build/release - cd build/release && cmake -D STATIC=ON -D CMAKE_BUILD_TYPE=release ../.. && $(MAKE) + cd build/release && cmake -D STATIC=ON -D ARCH="x86-64" -D CMAKE_BUILD_TYPE=release ../.. && $(MAKE) clean: @echo "WARNING: Back-up your wallet if it exists within ./build!" ; \