diff options
author | Joonas Niilola <juippis@gentoo.org> | 2023-01-17 11:59:34 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-01-17 11:59:34 +0200 |
commit | 9015dd67ba712b2cde668d3659f2a1571fa698bb (patch) | |
tree | 81a5509a1d344ba0040bcaab8df33a5cfc9800fa /www-client | |
parent | www-client/firefox: add 102.7.0 (diff) | |
download | gentoo-9015dd67ba712b2cde668d3659f2a1571fa698bb.tar.gz gentoo-9015dd67ba712b2cde668d3659f2a1571fa698bb.tar.bz2 gentoo-9015dd67ba712b2cde668d3659f2a1571fa698bb.zip |
www-client/firefox: toggle real-time-tracing configure option
- this will spam your terminal and dmesg with video/audio debug messages.
And I emphasize the spam part.
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox/firefox-109.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/firefox/firefox-109.0.ebuild b/www-client/firefox/firefox-109.0.ebuild index 045770453866..1243ab1925e5 100644 --- a/www-client/firefox/firefox-109.0.ebuild +++ b/www-client/firefox/firefox-109.0.ebuild @@ -736,13 +736,13 @@ src_configure() { --disable-gpsd \ --disable-install-strip \ --disable-parental-controls \ + --disable-real-time-tracing \ --disable-strip \ --disable-tests \ --disable-updater \ --enable-negotiateauth \ --enable-new-pass-manager \ --enable-official-branding \ - --enable-real-time-tracing \ --enable-release \ --enable-system-ffi \ --enable-system-pixman \ |