aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_other.go
diff options
context:
space:
mode:
authorFabian Wickborn <fabian@wickborn.net>2013-12-22 23:20:40 +0100
committerFabian Wickborn <fabian@wickborn.net>2013-12-22 23:42:40 +0100
commitf85c1dc044e6c975a4d037825ac3ff47c60da43f (patch)
treed458cb97361726a3dc5352b57322c35b60df9c24 /sqlite3_other.go
parentMerge pull request #97 from mpl/master (diff)
downloadgolite-f85c1dc044e6c975a4d037825ac3ff47c60da43f.tar.gz
golite-f85c1dc044e6c975a4d037825ac3ff47c60da43f.tar.xz
Enable Sqlite R*Tree Module
Diffstat (limited to 'sqlite3_other.go')
-rw-r--r--sqlite3_other.go1
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"