diff options
author | Wolfgang Müller | 2019-06-03 23:57:23 +0200 |
---|---|---|
committer | Wolfgang Müller | 2019-06-08 18:28:30 +0200 |
commit | 1480fdf2eb2462973d649cafb8a5f84f7e83240d (patch) | |
tree | 74479c2d18c05f997e573696f0e942e2c632611f | |
parent | 3a4eb74c02cf0046a12ea0941833606393747db4 (diff) | |
download | portage-roles-1480fdf2eb2462973d649cafb8a5f84f7e83240d.tar.gz |
app-mozilla: Configure Firefox and Thunderbird to build with clang
With this change we now build those two applications pretty much exactly
like upstream. Additionally, Firefox will be built with LTO enabled.
-rw-r--r-- | app-mozilla/package.use/30-app-mozilla | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-mozilla/package.use/30-app-mozilla b/app-mozilla/package.use/30-app-mozilla index 74e96da..3421e35 100644 --- a/app-mozilla/package.use/30-app-mozilla +++ b/app-mozilla/package.use/30-app-mozilla @@ -1,7 +1,8 @@ -mail-client/thunderbird system-jpeg system-libvpx system-harfbuzz system-libevent system-sqlite system-icu -www-client/firefox system-jpeg system-libvpx system-harfbuzz system-libevent system-sqlite system-icu +mail-client/thunderbird clang system-jpeg system-libvpx system-harfbuzz system-libevent system-sqlite system-icu +www-client/firefox clang lto system-jpeg system-libvpx system-harfbuzz system-libevent system-sqlite system-icu dev-db/sqlite secure-delete dev-lang/python sqlite media-libs/libpng apng media-libs/libvpx postproc +sys-devel/llvm gold |