diff options
author | Riccardo Spagni <ric@spagni.net> | 2014-12-10 20:04:08 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2014-12-10 20:04:08 +0200 |
commit | b26144859ce5f8f6684666dbe2b3d2fd0d9de593 (patch) | |
tree | 93b3243c5e93b7a904a84bdc422eeb02bd531d96 /Makefile | |
parent | version bump to 0.8.8.6 (diff) | |
download | monero-b26144859ce5f8f6684666dbe2b3d2fd0d9de593.tar.xz |
revert the removal of the 'arch' flag from the release-static target
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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!" ; \ |