aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2019-12-08 11:15:18 +0100
committerJakub Jirutka <jakub@jirutka.cz>2019-12-08 11:55:50 +0100
commit9019c4819276ae3a4f2141131430ce7e9ac426cf (patch)
tree3fe23581c6babfeb70a28593115bb110dd1a7035 /testing
parentc03b9a093b8a0306842ecb2605ec986fb1895acb (diff)
downloadaports-9019c4819276ae3a4f2141131430ce7e9ac426cf.tar.bz2
aports-9019c4819276ae3a4f2141131430ce7e9ac426cf.tar.xz
testing/log4cplus: build with LTO to optimize library size
Diffstat (limited to 'testing')
-rw-r--r--testing/log4cplus/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/log4cplus/APKBUILD b/testing/log4cplus/APKBUILD
index f1341da817..bdc7bea751 100644
--- a/testing/log4cplus/APKBUILD
+++ b/testing/log4cplus/APKBUILD
@@ -24,6 +24,7 @@ build() {
--mandir=/usr/share/man \
--localstatedir=/var \
--disable-implicit-initialization \
+ --enable-lto \
--with-working-c-locale
make
}