mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/benchmark to 1.5.1-2
This commit is contained in:
parent
909949d59b
commit
1cd8da375a
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
pkgname=benchmark
|
pkgname=benchmark
|
||||||
pkgver=1.5.1
|
pkgver=1.5.1
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="A microbenchmark support library"
|
pkgdesc="A microbenchmark support library"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/google/benchmark"
|
url="https://github.com/google/benchmark"
|
||||||
|
@ -27,6 +27,7 @@ build() {
|
||||||
|
|
||||||
cmake \
|
cmake \
|
||||||
-DCMAKE_BUILD_TYPE=None \
|
-DCMAKE_BUILD_TYPE=None \
|
||||||
|
-DCMAKE_CXX_FLAGS="${CXXFLAGS} -DNDEBUG" \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
-DCMAKE_INSTALL_LIBDIR=lib \
|
-DCMAKE_INSTALL_LIBDIR=lib \
|
||||||
-DBUILD_SHARED_LIBS=ON \
|
-DBUILD_SHARED_LIBS=ON \
|
||||||
|
|
Loading…
Reference in a new issue