From: Antonio Ospite Date: Fri, 9 Sep 2011 10:17:19 +0000 (+0200) Subject: doc: Add info about running pulseaudio from the build dir X-Git-Tag: 1.0_branch~351 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3cae4a0606aa74a485a57b1bbbd7be7726b9a9c6;p=profile%2Fivi%2Fpulseaudio.git doc: Add info about running pulseaudio from the build dir --- diff --git a/README b/README index 02d3c61..10debd4 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/