mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
Add CFLAGS information on start-up
Signed-off-by: Lennart Poettering <lennart@poettering.net>
This commit is contained in:
parent
bdcb3a493c
commit
d10e5e56d3
2 changed files with 3 additions and 0 deletions
|
|
@ -407,6 +407,8 @@ AS_IF([test "$pulseaudio_cv_PTHREAD_PRIO_INHERIT" = "yes"], [
|
|||
AC_DEFINE([HAVE_PTHREAD_PRIO_INHERIT], 1, [Have PTHREAD_PRIO_INHERIT.])
|
||||
])
|
||||
|
||||
AC_DEFINE_UNQUOTED(PA_CFLAGS,"$CFLAGS", [The CFLAGS used during compilation])
|
||||
|
||||
#### Large File-Support (LFS) ####
|
||||
|
||||
AC_SYS_LARGEFILE
|
||||
|
|
|
|||
|
|
@ -778,6 +778,7 @@ int main(int argc, char *argv[]) {
|
|||
pa_set_env("PULSE_SYSTEM", conf->system_instance ? "1" : "0");
|
||||
|
||||
pa_log_info(_("This is PulseAudio %s"), PACKAGE_VERSION);
|
||||
pa_log_debug(_("Compilation CFLAGS: %s"), PA_CFLAGS);
|
||||
pa_log_info(_("Page size is %lu bytes"), (unsigned long) PA_PAGE_SIZE);
|
||||
|
||||
if (!(s = pa_machine_id())) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue