Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: profiles/desc/
Date: Fri, 27 May 2022 18:51:39
Message-Id: 1653662147.1a0604a2ae590b7dad2d18fa6d313d38caa996e6.Alessandro-Barbieri@gentoo
1 commit: 1a0604a2ae590b7dad2d18fa6d313d38caa996e6
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Fri May 27 14:35:47 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Fri May 27 14:35:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1a0604a2
7
8 profiles/desc: fix use flags names
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 profiles/desc/parsec_debug.desc | 12 ++++++------
13 1 file changed, 6 insertions(+), 6 deletions(-)
14
15 diff --git a/profiles/desc/parsec_debug.desc b/profiles/desc/parsec_debug.desc
16 index 0eb75dccd..6be56f41c 100644
17 --- a/profiles/desc/parsec_debug.desc
18 +++ b/profiles/desc/parsec_debug.desc
19 @@ -3,9 +3,9 @@
20
21 # This file contains descriptions of PARSEC_DEBUG USE_EXPAND flags.
22
23 -debug-history - Keep a summarized history of critical events in memory that can be dumped in gdb when deadlock occur
24 -debug-mem-addr - Enable the memory access checker
25 -debug-mem-leak - Enable only the memory leak checker
26 -debug-mem-race - Enable the memory thread-race checker
27 -debug-noisier - Enable chatterbox-like verbose debugging (may impact performance)
28 -debug-paranoid - Enable extra paranoid checks (may impact performance)
29 +history - Keep a summarized history of critical events in memory that can be dumped in gdb when deadlock occur
30 +mem-addr - Enable the memory access checker
31 +mem-leak - Enable only the memory leak checker
32 +mem-race - Enable the memory thread-race checker
33 +noisier - Enable chatterbox-like verbose debugging (may impact performance)
34 +paranoid - Enable extra paranoid checks (may impact performance)