sqlite: forcing to not use -ffast-math (enabled with -Ofast)

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-07-10 23:29:41 +02:00
parent 3c0e937c35
commit 8a863684ed

View File

@ -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