summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2021-02-24 00:20:32 +0000
committerBertrand Jacquin <bertrand@jacquin.bzh>2021-02-24 00:23:09 +0000
commit7e12ec205ee788b424b91cd509de382d3f220457 (patch)
treef77d7c87d530c05cce7afe58f5251928b9c1c275 /profiles
parentprofiles/common: enable overlay USE flag for app-emulation/docker (diff)
downloadportage-7e12ec205ee788b424b91cd509de382d3f220457.tar.xz
profiles/desktop: enable LTO
Diffstat (limited to 'profiles')
-rw-r--r--profiles/desktop/make.defaults3
1 files changed, 3 insertions, 0 deletions
diff --git a/profiles/desktop/make.defaults b/profiles/desktop/make.defaults
index 166d846d..c5d5d360 100644
--- a/profiles/desktop/make.defaults
+++ b/profiles/desktop/make.defaults
@@ -79,3 +79,6 @@ USE="${USE} cue fftw json libaas srt xface"
# Systemd
USE="${USE} user-session policykit"
+
+# Build
+USE="${USE} lto -pgo"