summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo P2017-12-14 11:43:53 -0500
committerLeo P2017-12-14 11:43:53 -0500
commitbceb57471dd5b7359685d2c759a0d0ebbc8b79f5 (patch)
tree3f6467f6ff86af5a9816f86d46b620662e555332
parent165b138046b86adb0bc625532b8e8184ecc88849 (diff)
downloadaur-bceb57471dd5b7359685d2c759a0d0ebbc8b79f5.tar.gz
righter build
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ee0b1689dd9..52472bed27b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Dec 14 16:34:19 UTC 2017
+# Thu Dec 14 16:43:37 UTC 2017
pkgbase = raiblocks-git
pkgdesc = RaiBlocks is a cryptocurrency designed from the ground up for scalable instant transactions and zero transaction fees.
pkgver = 8.0.r123.g2db8063b
diff --git a/PKGBUILD b/PKGBUILD
index 1372759e368c..f8971edfc76f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -40,13 +40,13 @@ prepare() {
rm *.tar.gz || true 2>/dev/null
git submodule update
- cmake cmake -D RAIBLOCKS_GUI=ON ./
+ cmake cmake -D RAIBLOCKS_GUI=ON -D ENABLE_AVX2=ON -D PERMUTE_WITH_GATHER=ON -D PERMUTE_WITH_SHUFFLES=ON ./
}
build() {
cd "$srcdir/raiblocks"
make rai_wallet
-
+ make rai_node
}
package() {