mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
build-sys: take preset CFLAGS into account
This commit is contained in:
parent
34f31f666e
commit
a44cb642eb
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ else
|
||||||
run_versioned automake "$VERSION" --copy --foreign --add-missing
|
run_versioned automake "$VERSION" --copy --foreign --add-missing
|
||||||
|
|
||||||
if test "x$NOCONFIGURE" = "x"; then
|
if test "x$NOCONFIGURE" = "x"; then
|
||||||
CFLAGS="-g -O0" ./configure --sysconfdir=/etc --localstatedir=/var --enable-force-preopen "$@"
|
CFLAGS="$CFLAGS -g -O0" ./configure --sysconfdir=/etc --localstatedir=/var --enable-force-preopen "$@"
|
||||||
make clean
|
make clean
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue