Skip to content
Snippets Groups Projects
Commit 1849d65e authored by Jakub Jirutka's avatar Jakub Jirutka :flag_ua:
Browse files

community/peek: build with LTO

448 KiB -> 392 KiB
parent 051974fb
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz> # Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=peek pkgname=peek
pkgver=1.5.1 pkgver=1.5.1
pkgrel=1 pkgrel=2
pkgdesc="Simple animated GIF screen recorder with an easy to use interface" pkgdesc="Simple animated GIF screen recorder with an easy to use interface"
url="https://github.com/phw/peek" url="https://github.com/phw/peek"
arch="all" arch="all"
...@@ -32,6 +32,7 @@ source="https://github.com/phw/peek/archive/$pkgver/peek-$pkgver.tar.gz ...@@ -32,6 +32,7 @@ source="https://github.com/phw/peek/archive/$pkgver/peek-$pkgver.tar.gz
build() { build() {
abuild-meson \ abuild-meson \
-Denable-filechoosernative=true \ -Denable-filechoosernative=true \
-Db_lto=true \
. output . output
meson compile -j ${JOBS:-0} -C output meson compile -j ${JOBS:-0} -C output
} }
......
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