mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
Revert "flac: dont allow debug builds"
This reverts commit a3ccf24823f789f684eedf4ab9df600660b4d821.
This commit is contained in:
parent
a00739a4a0
commit
8cbd17b4e0
@ -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"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user