aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorwoodser <woodser@protonmail.com>2024-02-10 08:37:35 -0500
committerwoodser <woodser@protonmail.com>2024-02-10 08:37:35 -0500
commitfbd0b19fc823428a69dde4b42cdc51e294393b87 (patch)
tree980cffaed0909d5822ddc079482df1fe6bf9fc65 /Makefile
parentMerge pull request #9080 (diff)
downloadmonero-fbd0b19fc823428a69dde4b42cdc51e294393b87.tar.xz
remove ARCH=x86-64 from release-static
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a07ac77a1..a3b8f46f2 100644
--- a/Makefile
+++ b/Makefile
@@ -104,7 +104,7 @@ release-all:
release-static:
mkdir -p $(builddir)/release
- cd $(builddir)/release && cmake -D STATIC=ON -D ARCH="x86-64" -D BUILD_64=ON -D CMAKE_BUILD_TYPE=Release $(topdir) && $(MAKE)
+ cd $(builddir)/release && cmake -D STATIC=ON -D BUILD_64=ON -D CMAKE_BUILD_TYPE=Release $(topdir) && $(MAKE)
coverage:
mkdir -p $(builddir)/debug