From d00400f916c896e0ff2dcde24783d4732e1d6012 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Fri, 9 Sep 2011 12:17:19 +0200 Subject: [PATCH] doc: Add info about running pulseaudio from the build dir X-Face: z*RaLf`X<@C75u6Ig9}{oW$H;1_\2t5)({*|jhM/Vb;]yA5\I~93>J<_`<4)A{':UrE --- README | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/README b/README index 6ca8d29..b0d2ed6 100644 --- a/README +++ b/README @@ -32,3 +32,12 @@ OHLOH: AUTHORS: Several + +HACKING: + In order to run pulseaudio from the build dir __OPTIMIZE__ should be + disabled (look at src/pulsecore/core-util.h::pa_run_from_build_tree()), + this can be done by passing "CFLAGS=-O0" to the configure script: + ./autogen.sh + CFLAGS="-ggdb3 -O0" LDFLAGS="-ggdb3" ./configure + make + ./src/pulseaudio -n -F src/default.pa -p $(pwd)/src/.libs/ -- 1.7.5.4