mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Revert "sqlite: build with -fPIC -DPIC support"
This reverts commit e309e67ce448b941d9e976e653f075aa6c2d359f.
This commit is contained in:
parent
f202bbcaaa
commit
4bfdd4e00c
@ -26,8 +26,6 @@
|
|||||||
CFLAGS=`echo $CFLAGS | sed -e "s|-Ofast|-O3|g"`
|
CFLAGS=`echo $CFLAGS | sed -e "s|-Ofast|-O3|g"`
|
||||||
CFLAGS=`echo $CFLAGS | sed -e "s|-ffast-math||g"`
|
CFLAGS=`echo $CFLAGS | sed -e "s|-ffast-math||g"`
|
||||||
|
|
||||||
CFLAGS="$CFLAGS -fPIC -DPIC"
|
|
||||||
|
|
||||||
# This option adds additional logic to the ANALYZE command and to the query planner
|
# This option adds additional logic to the ANALYZE command and to the query planner
|
||||||
# that can help SQLite to chose a better query plan under certain situations. The
|
# that can help SQLite to chose a better query plan under certain situations. The
|
||||||
# ANALYZE command is enhanced to collect histogram data from each index and store
|
# ANALYZE command is enhanced to collect histogram data from each index and store
|
||||||
|
Loading…
x
Reference in New Issue
Block a user