From 1891b51b3b11d6fac807fcffa0e11121be55b362 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Tue, 11 Dec 2018 20:27:43 +0100 Subject: Fix crash creating ConfigurationEditorPlugin widget --- linux/makepkg/PKGBUILD | 3 +++ 1 file changed, 3 insertions(+) (limited to 'linux') diff --git a/linux/makepkg/PKGBUILD b/linux/makepkg/PKGBUILD index 3d75cf2..cd5e8db 100644 --- a/linux/makepkg/PKGBUILD +++ b/linux/makepkg/PKGBUILD @@ -54,7 +54,10 @@ build() { # --buildtype=plain - meson won't add any flags to the command line # --prefix=... - install prefix # --auto-features=disabled - features should be explicitly enabled + # b_pie: Build executables as position independent + # b_lto: Use link time optimization meson --buildtype=plain --prefix=/usr/local --auto-features=disabled \ + -Db_pie=enabled -Db_lto=enabled -Dcpp_link_args="-fuse-ld=gold" \ -DPlasma=enabled -Dmanpage=enabled \ $srcdir/build -- cgit v1.2.1