mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
xf86-video-intel: build with '-O3' optimization
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
351c31fdd1
commit
93dee308d7
@ -9,6 +9,10 @@ $SCRIPTS/build xorg-server
|
||||
|
||||
xorg_drv_configure_prepend
|
||||
|
||||
# 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
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
|
Loading…
x
Reference in New Issue
Block a user