Skip to content
Snippets Groups Projects
Commit 92e26a54 authored by Duncan Bellamy's avatar Duncan Bellamy :speech_balloon: Committed by Jakub Jirutka
Browse files

community/abseil-cpp: change build type to MinSizeRel

parent f9fd9533
No related branches found
No related tags found
1 merge request!30155community/abseil-cpp: enable on ppc64le
......@@ -22,7 +22,7 @@ source="https://github.com/abseil/abseil-cpp/archive/$pkgver/abseil-cpp-$pkgver.
build() {
cmake -B build \
-DCMAKE_BUILD_TYPE=None \
-DCMAKE_BUILD_TYPE=MinSizeRel \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_SHARED_LIBS=ON \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment