mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
sqlite:
- disable fast-math optimization
This commit is contained in:
parent
4a6b330fd4
commit
636df0e358
@ -4,6 +4,9 @@
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
|
||||
# zlib fails to compile with fast-math link time optimization.
|
||||
CFLAGS=`echo $CFLAGS | sed -e "s|-ffast-math||"`
|
||||
|
||||
export config_BUILD_CC="$HOST_CC"
|
||||
export config_BUILD_CFLAGS="$HOST_CFLAGS"
|
||||
export config_BUILD_LIBS="$HOST_LDFLAGS"
|
||||
|
Loading…
x
Reference in New Issue
Block a user