Skip to content

spatialite 4.2.0.mk

Mark Johnson edited this page Mar 8, 2018 · 9 revisions

<-- 'List of Themes'

<-- 'List of Projects'


Spatialite 4.2.0

Based on the development source code from 2014-07-09


flags settings

# spatialite flags
# comment out TARGET_CPU in config.h - will be replaced with TARGET_ARCH_ABI
spatialite_flags := \
 -DOMIT_FREEXL \
 -DTARGET_CPU=\"$(TARGET_ARCH_ABI)\" \
 -Dfdatasync=fsync \
 -DSQLITE_ENABLE_RTREE=1 \
 -DSQLITE_OMIT_BUILTIN_TEST=1 

2014-05-22: Mark Johnson, Berlin Germany


Clone this wiki locally