mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 21:56:42 +00:00
xorg-server: allow size optimization
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
5def9919b5
commit
eedb6e5469
@ -39,10 +39,6 @@ else
|
||||
XORG_XINERAMA="--disable-xinerama"
|
||||
fi
|
||||
|
||||
# ensure we dont use size optimization.
|
||||
CFLAGS=`echo $CFLAGS | sed -e "s|-Os|-O3|"`
|
||||
CXXFLAGS=`echo $CXXFLAGS | sed -e "s|-Os|-O3|"`
|
||||
|
||||
cd $PKG_BUILD
|
||||
|
||||
$AUTORECONF
|
||||
|
Loading…
x
Reference in New Issue
Block a user