mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 11:39:25 +00:00
macOS: default to native arch
This commit is contained in:
parent
6d2c3df29a
commit
d015a96e1d
2 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ endif()
|
||||||
|
|
||||||
set(MONERO_HEAD "2ab81abe7bea16f0f6da55da3b212f9ffbca8dcd")
|
set(MONERO_HEAD "2ab81abe7bea16f0f6da55da3b212f9ffbca8dcd")
|
||||||
set(BUILD_GUI_DEPS ON)
|
set(BUILD_GUI_DEPS ON)
|
||||||
option(ARCH "Target architecture" "x86-64")
|
option(ARCH "Target architecture" "native")
|
||||||
set(BUILD_64 ON)
|
set(BUILD_64 ON)
|
||||||
set(USE_SINGLE_BUILDDIR ON)
|
set(USE_SINGLE_BUILDDIR ON)
|
||||||
|
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -88,7 +88,7 @@ mac-release:
|
||||||
mkdir -p build && \
|
mkdir -p build && \
|
||||||
cd build && \
|
cd build && \
|
||||||
cmake \
|
cmake \
|
||||||
-DARCH=x86-64 \
|
-DARCH=native \
|
||||||
-D BUILD_TAG="mac-x64" \
|
-D BUILD_TAG="mac-x64" \
|
||||||
-D CMAKE_BUILD_TYPE=Release \
|
-D CMAKE_BUILD_TYPE=Release \
|
||||||
-D STATIC=Off \
|
-D STATIC=Off \
|
||||||
|
|
Loading…
Reference in a new issue