diff options
author | Fabian Wickborn <fabian@wickborn.net> | 2013-12-22 23:20:40 +0100 |
---|---|---|
committer | Fabian Wickborn <fabian@wickborn.net> | 2013-12-22 23:42:40 +0100 |
commit | f85c1dc044e6c975a4d037825ac3ff47c60da43f (patch) | |
tree | d458cb97361726a3dc5352b57322c35b60df9c24 /sqlite3_other.go | |
parent | Merge pull request #97 from mpl/master (diff) | |
download | golite-f85c1dc044e6c975a4d037825ac3ff47c60da43f.tar.gz golite-f85c1dc044e6c975a4d037825ac3ff47c60da43f.tar.xz |
Enable Sqlite R*Tree Module
Diffstat (limited to 'sqlite3_other.go')
-rw-r--r-- | sqlite3_other.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sqlite3_other.go b/sqlite3_other.go index 6f6d275..e8673ac 100644 --- a/sqlite3_other.go +++ b/sqlite3_other.go @@ -5,5 +5,6 @@ package sqlite3 /* #cgo CFLAGS: -I. #cgo linux LDFLAGS: -ldl +#cgo CFLAGS: -DSQLITE_ENABLE_RTREE */ import "C" |