macOS: default to native arch

This commit is contained in:
tobtoht 2022-05-26 14:41:16 +02:00
parent 6d2c3df29a
commit d015a96e1d
No known key found for this signature in database
GPG key ID: 1CADD27F41F45C3C
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ endif()
set(MONERO_HEAD "2ab81abe7bea16f0f6da55da3b212f9ffbca8dcd")
set(BUILD_GUI_DEPS ON)
option(ARCH "Target architecture" "x86-64")
option(ARCH "Target architecture" "native")
set(BUILD_64 ON)
set(USE_SINGLE_BUILDDIR ON)

View file

@ -88,7 +88,7 @@ mac-release:
mkdir -p build && \
cd build && \
cmake \
-DARCH=x86-64 \
-DARCH=native \
-D BUILD_TAG="mac-x64" \
-D CMAKE_BUILD_TYPE=Release \
-D STATIC=Off \