diff options
author | Wynn Wolf Arbor | 2020-07-28 17:06:51 +0200 |
---|---|---|
committer | Wynn Wolf Arbor | 2020-07-28 17:06:51 +0200 |
commit | 2a65c8c01184ec7a193eda47a7526c0900731dab (patch) | |
tree | a61f5f661db5844c765e3814e8d8abbed8d08ba5 /app-mozilla/package.use | |
parent | 8589a0ddd5911a229bcde29fc08f2b8f2bad1aae (diff) | |
download | portage-roles-2a65c8c01184ec7a193eda47a7526c0900731dab.tar.gz |
app-mozilla: Enable profile-guided optimization for www-client/firefox
This is closer to how upstream configures their official builds, but
will double compile times and increase resource considerably whilst
building. Since builds happen rarely (once every month or so), this
should be acceptable for now.
Diffstat (limited to 'app-mozilla/package.use')
-rw-r--r-- | app-mozilla/package.use/30-app-mozilla | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-mozilla/package.use/30-app-mozilla b/app-mozilla/package.use/30-app-mozilla index 010e627..9150c22 100644 --- a/app-mozilla/package.use/30-app-mozilla +++ b/app-mozilla/package.use/30-app-mozilla @@ -1,8 +1,11 @@ mail-client/thunderbird clang -www-client/firefox clang lto +www-client/firefox clang lto pgo dev-db/sqlite secure-delete dev-lang/python sqlite media-libs/libpng apng media-libs/libvpx postproc sys-devel/llvm gold + +# needed for www-client/firefox pgo +x11-base/xorg-server xvfb |