Revert "sqlite: build with -fPIC -DPIC support"

This reverts commit e309e67ce448b941d9e976e653f075aa6c2d359f.
This commit is contained in:
Stephan Raue 2012-06-13 10:37:30 +02:00
parent f202bbcaaa
commit 4bfdd4e00c

View File

@ -26,8 +26,6 @@
CFLAGS=`echo $CFLAGS | sed -e "s|-Ofast|-O3|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
# 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