mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
fontconfig: dont build with LTO support, fails on ARM
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
451fb60dd3
commit
d223095bc9
@ -22,6 +22,9 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
# fontconfig dont build with LTO support on ARM
|
||||
strip_lto
|
||||
|
||||
# ensure we dont use '-O3' optimization.
|
||||
CFLAGS=`echo $CFLAGS | sed -e "s|-O3|-O2|"`
|
||||
CXXFLAGS=`echo $CXXFLAGS | sed -e "s|-O3|-O2|"`
|
||||
|
Loading…
x
Reference in New Issue
Block a user