mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-27 02:31:42 +01:00
main/gtest: use CMAKE_BUILD_TYPE=MinSizeRel
This commit is contained in:
parent
b3e15d68c8
commit
ca31dcd454
@ -1,7 +1,7 @@
|
||||
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
||||
pkgname=gtest
|
||||
pkgver=1.11.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Google Test - C++ testing utility based on the xUnit framework (like JUnit)"
|
||||
url="https://github.com/google/googletest"
|
||||
arch="all"
|
||||
@ -23,7 +23,7 @@ prepare() {
|
||||
|
||||
build() {
|
||||
cmake -B build . \
|
||||
-DCMAKE_BUILD_TYPE=None \
|
||||
-DCMAKE_BUILD_TYPE=MinSizeRel \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_INSTALL_LIBDIR=lib \
|
||||
-DBUILD_SHARED_LIBS=ON \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user