diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-12-11 20:27:43 +0100 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-12-11 22:50:09 +0100 |
commit | 1891b51b3b11d6fac807fcffa0e11121be55b362 (patch) | |
tree | 74d098af7a41114ea8d7319af989491843603bc3 /linux | |
parent | Fix navigation buttons using wrong icons (diff) | |
download | smolbote-1891b51b3b11d6fac807fcffa0e11121be55b362.tar.xz |
Fix crash creating ConfigurationEditorPlugin widget
Diffstat (limited to 'linux')
-rw-r--r-- | linux/makepkg/PKGBUILD | 3 |
1 files changed, 3 insertions, 0 deletions
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 |