revert the removal of the 'arch' flag from the release-static target

pull/95/head
Riccardo Spagni 10 years ago
parent efad735145
commit b26144859c
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

@ -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!" ; \

Loading…
Cancel
Save