mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
show valgrind status on startup
This commit is contained in:
parent
9b00664295
commit
3c193520ee
1 changed files with 2 additions and 0 deletions
|
|
@ -793,6 +793,8 @@ int main(int argc, char *argv[]) {
|
|||
pa_log_debug(_("Compiled with Valgrind support: no"));
|
||||
#endif
|
||||
|
||||
pa_log_debug(_("Running in valgrind mode: %s"), pa_yes_no(pa_in_valgrind()));
|
||||
|
||||
#ifdef __OPTIMIZE__
|
||||
pa_log_debug(_("Optimized build: yes"));
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue