[arch-commits] Commit in grpc/trunk (PKGBUILD)

Massimiliano Torromeo mtorromeo at archlinux.org
Fri Jul 10 09:49:12 UTC 2020


    Date: Friday, July 10, 2020 @ 09:49:11
  Author: mtorromeo
Revision: 663073

upgpkg: grpc 1.30.1-2

Modified:
  grpc/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-10 09:37:03 UTC (rev 663072)
+++ PKGBUILD	2020-07-10 09:49:11 UTC (rev 663073)
@@ -7,7 +7,7 @@
 pkgver=1.30.1
 _gtestver=c9ccac7cb7345901884aabf5d1a786cfa6e2f397
 _abseilcppver=20200225.2
-pkgrel=1
+pkgrel=2
 pkgdesc="High performance, open source, general RPC framework that puts mobile and HTTP/2 first."
 arch=('x86_64')
 url='https://grpc.io'
@@ -36,7 +36,8 @@
 build() {
   cd "$srcdir/$pkgbase-$pkgver/build"
   cmake \
-    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_BUILD_TYPE=None \
+    -DCMAKE_CXX_FLAGS="${CXXFLAGS} -DNDEBUG" \
     -DgRPC_INSTALL=ON \
     -DBUILD_SHARED_LIBS=ON \
     -DgRPC_BUILD_TESTS=ON \



More information about the arch-commits mailing list