mirror of
https://github.com/monero-project/monero.git
synced 2024-11-17 16:27:39 +00:00
revert the removal of the 'arch' flag from the release-static target
This commit is contained in:
parent
d5620851f9
commit
ac19084480
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -32,7 +32,7 @@ all-release:
|
||||||
|
|
||||||
release-static:
|
release-static:
|
||||||
mkdir -p build/release
|
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:
|
clean:
|
||||||
@echo "WARNING: Back-up your wallet if it exists within ./build!" ; \
|
@echo "WARNING: Back-up your wallet if it exists within ./build!" ; \
|
||||||
|
|
Loading…
Reference in a new issue