mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -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"));
|
pa_log_debug(_("Compiled with Valgrind support: no"));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
pa_log_debug(_("Running in valgrind mode: %s"), pa_yes_no(pa_in_valgrind()));
|
||||||
|
|
||||||
#ifdef __OPTIMIZE__
|
#ifdef __OPTIMIZE__
|
||||||
pa_log_debug(_("Optimized build: yes"));
|
pa_log_debug(_("Optimized build: yes"));
|
||||||
#else
|
#else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue