Skip to content
Snippets Groups Projects
Commit 96eb718a authored by alice's avatar alice
Browse files

community/monero: disable march=native

parent 917d7430
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Maintainer: André Klitzing <aklitzing@gmail.com> # Maintainer: André Klitzing <aklitzing@gmail.com>
pkgname=monero pkgname=monero
pkgver=0.18.1.2 pkgver=0.18.1.2
pkgrel=0 pkgrel=1
_ver_randomx=261d58c77fc5547c0aa7fdfeb58421ba7e0e6e1c _ver_randomx=261d58c77fc5547c0aa7fdfeb58421ba7e0e6e1c
_ver_supercop=633500ad8c8759995049ccd022107d1fa8a1bbc9 _ver_supercop=633500ad8c8759995049ccd022107d1fa8a1bbc9
pkgdesc="Secure, private, untraceable cryptocurrency" pkgdesc="Secure, private, untraceable cryptocurrency"
...@@ -45,7 +45,8 @@ build() { ...@@ -45,7 +45,8 @@ build() {
-DCMAKE_BUILD_TYPE=None \ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_PREFIX=/usr \
-DSTACK_TRACE=OFF \ -DSTACK_TRACE=OFF \
-DMANUAL_SUBMODULES=1 -DMANUAL_SUBMODULES=1 \
-DARCH=default
cmake --build build cmake --build build
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment