mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +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
|
||||
pkgver=1.5.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A microbenchmark support library"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/google/benchmark"
|
||||
|
@ -27,6 +27,7 @@ build() {
|
|||
|
||||
cmake \
|
||||
-DCMAKE_BUILD_TYPE=None \
|
||||
-DCMAKE_CXX_FLAGS="${CXXFLAGS} -DNDEBUG" \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_INSTALL_LIBDIR=lib \
|
||||
-DBUILD_SHARED_LIBS=ON \
|
||||
|
|
Loading…
Reference in a new issue