mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +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
|
||||
|
||||
# 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||"`
|
||||
|
||||
cd $PKG_BUILD
|
||||
|
Loading…
x
Reference in New Issue
Block a user