Revert "flac: dont allow debug builds"

This reverts commit a3ccf24823f789f684eedf4ab9df600660b4d821.
This commit is contained in:
Stephan Raue 2015-01-25 01:16:49 +01:00
parent a00739a4a0
commit 8cbd17b4e0

View File

@ -55,11 +55,6 @@ pre_configure_target() {
# flac-1.3.1 dont build with LTO support # flac-1.3.1 dont build with LTO support
strip_lto strip_lto
# k0p -ggdb. dont allow debug builds
CFLAGS=`echo $CFLAGS | sed -e "s|-ggdb||"`
LDFLAGS=`echo $LDFLAGS | sed -e "s|-ggdb||"`
CXXFLAGS=`echo $CXXFLAGS | sed -e "s|-ggdb||"`
export CFLAGS="$CFLAGS -fPIC -DPIC" export CFLAGS="$CFLAGS -fPIC -DPIC"
} }