diff options
author | Sam James <sam@gentoo.org> | 2023-05-14 09:25:10 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-14 18:10:37 +0100 |
commit | 0a1f402db9abe64a8346e7487ee9c55c3c4fec4c (patch) | |
tree | 501c0154add19a64151a010769ea1cfcb99b3f7a /profiles/use.desc | |
parent | net-libs/gnutls: drop invalid USE=valgrind flag (for test suite) (diff) | |
download | gentoo-0a1f402db9abe64a8346e7487ee9c55c3c4fec4c.tar.gz gentoo-0a1f402db9abe64a8346e7487ee9c55c3c4fec4c.tar.bz2 gentoo-0a1f402db9abe64a8346e7487ee9c55c3c4fec4c.zip |
profiles: create USE=valgrind global USE flag
This always has the same meaning in packages - build in annotations to help
with e.g. custom memory allocators to reduce noise and improve Valgrind's accuracy.
All invalid uses of this were already fixed (cases where it was used to control
running the testsuite under Valgrind which we don't want to do, it's too flaky
under sandbox & not reliable with diff arches.)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles/use.desc')
-rw-r--r-- | profiles/use.desc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/use.desc b/profiles/use.desc index 04ca8e845ccd..675fd291fee2 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Keep them sorted @@ -333,6 +333,7 @@ usb - Add USB support to applications that have optional USB support (e.g. cups) v4l - Enable support for video4linux (using linux-headers or userspace libv4l libraries) vaapi - Enable Video Acceleration API for hardware decoding vala - Enable bindings for dev-lang/vala +valgrind - Enable annotations for accuracy. May slow down runtime slightly. Safe to use even if not currently using dev-util/valgrind vanilla - Do not add extra patches which change default behaviour; DO NOT USE THIS ON A GLOBAL SCALE as the severity of the meaning changes drastically vcd - Video CD support vdpau - Enable the Video Decode and Presentation API for Unix acceleration interface |