mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
xorg-server: link with -O2 too
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
4ccfc5105a
commit
3ec4639bc1
@ -40,6 +40,7 @@ fi
|
||||
|
||||
# hack to prevent a build error
|
||||
CFLAGS=`echo $CFLAGS | sed -e "s|-O3|-O2|" -e "s|-Ofast|-O2|"`
|
||||
LDFLAGS=`echo $LDFLAGS | sed -e "s|-O3|-O2|" -e "s|-Ofast|-O2|"`
|
||||
|
||||
cd $PKG_BUILD
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user