mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
sqlite: forcing to not use -ffast-math (enabled with -Ofast)
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
3c0e937c35
commit
8a863684ed
@ -23,6 +23,7 @@
|
|||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
# sqlite fails to compile with fast-math link time optimization.
|
# sqlite fails to compile with fast-math link time optimization.
|
||||||
|
CFLAGS=`echo $CFLAGS | sed -e "s|-Ofast|-O3|"`
|
||||||
CFLAGS=`echo $CFLAGS | sed -e "s|-ffast-math||"`
|
CFLAGS=`echo $CFLAGS | sed -e "s|-ffast-math||"`
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
|
Loading…
x
Reference in New Issue
Block a user