diff options
author | Tim Biermann <tbier@posteo.de> | 2021-09-08 12:14:03 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-09-08 12:17:14 +0200 |
commit | 48315e208edba8e0862782bd1a6b0c08eb28ef2b (patch) | |
tree | c73b7de57a93a5872caae70e9e71ff32279acd3a /libnma/Pkgfile | |
parent | 14db9473aa798d7be3d4ef72cdfe985c0445d2b6 (diff) | |
download | contrib-48315e208edba8e0862782bd1a6b0c08eb28ef2b.tar.gz contrib-48315e208edba8e0862782bd1a6b0c08eb28ef2b.tar.xz |
libnma: mostly enabling lto
Diffstat (limited to 'libnma/Pkgfile')
-rw-r--r-- | libnma/Pkgfile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libnma/Pkgfile b/libnma/Pkgfile index d1ea20363..dd5c7c66f 100644 --- a/libnma/Pkgfile +++ b/libnma/Pkgfile @@ -5,7 +5,7 @@ name=libnma version=1.8.32 -release=1 +release=2 source=(https://gitlab.gnome.org/GNOME/libnma/-/archive/$version/libnma-$version.tar.bz2) build() { @@ -16,6 +16,9 @@ build() { meson setup $name-$version build \ --prefix=/usr \ --buildtype=plain \ + --wrap-mode nodownload \ + -D b_lto=true \ + -D b_pie=true \ -D mobile_broadband_provider_info=false \ -D gtk_doc=false \ -D vapi=false |