aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2014-12-13 13:50:44 +0200
committerRiccardo Spagni <ric@spagni.net>2014-12-13 13:50:47 +0200
commit04294d5856c87f1f20d09274565201d824d5a8c8 (patch)
tree32fe9d3fbe90273724c22f80609b7edd156a3f01 /Makefile
parentonwards to 0.8.8.7 (diff)
parentMerge branch 'master' of https://github.com/fluffypony/bitmonero (diff)
downloadmonero-04294d5856c87f1f20d09274565201d824d5a8c8.tar.xz
Merge pull request #205
b261448 revert the removal of the 'arch' flag from the release-static target (Riccardo Spagni) a956f07 added gpg key for warptangent (Riccardo Spagni) ac19084 revert the removal of the 'arch' flag from the release-static target (Riccardo Spagni)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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!" ; \