commit: 1a0604a2ae590b7dad2d18fa6d313d38caa996e6 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Fri May 27 14:35:47 2022 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Fri May 27 14:35:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1a0604a2
profiles/desc: fix use flags names Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> profiles/desc/parsec_debug.desc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/profiles/desc/parsec_debug.desc b/profiles/desc/parsec_debug.desc index 0eb75dccd..6be56f41c 100644 --- a/profiles/desc/parsec_debug.desc +++ b/profiles/desc/parsec_debug.desc @@ -3,9 +3,9 @@ # This file contains descriptions of PARSEC_DEBUG USE_EXPAND flags. -debug-history - Keep a summarized history of critical events in memory that can be dumped in gdb when deadlock occur -debug-mem-addr - Enable the memory access checker -debug-mem-leak - Enable only the memory leak checker -debug-mem-race - Enable the memory thread-race checker -debug-noisier - Enable chatterbox-like verbose debugging (may impact performance) -debug-paranoid - Enable extra paranoid checks (may impact performance) +history - Keep a summarized history of critical events in memory that can be dumped in gdb when deadlock occur +mem-addr - Enable the memory access checker +mem-leak - Enable only the memory leak checker +mem-race - Enable the memory thread-race checker +noisier - Enable chatterbox-like verbose debugging (may impact performance) +paranoid - Enable extra paranoid checks (may impact performance)
