From cc3227f6ef23dd7108358a3641f7532d59954ec5 Mon Sep 17 00:00:00 2001 From: Coelacanthus Date: Mon, 1 Nov 2021 14:23:29 +0800 Subject: feat(makepkg): enable Link-Time Optimization by default (#8) [1]: Arch Linux RFC4: https://gitlab.archlinux.org/archlinux/rfcs/-/blob/master/rfcs/0004-lto-by-default.rst Signed-off-by: Coelacanthus --- makepkg.d/makepkg.base.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makepkg.d') diff --git a/makepkg.d/makepkg.base.conf b/makepkg.d/makepkg.base.conf index 93359ff..91f1c52 100644 --- a/makepkg.d/makepkg.base.conf +++ b/makepkg.d/makepkg.base.conf @@ -69,7 +69,7 @@ BUILDENV=(!distcc color !ccache check sign) #-- debug: Add debugging flags as specified in DEBUG_* variables #-- lto: Add compile flags for building with link time optimization # -OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug !lto) +OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug lto) #-- File integrity checks to use. Valid: md5, sha1, sha224, sha256, sha384, sha512, b2 INTEGRITY_CHECK=(sha512 b2) -- cgit v1.3.1