aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_other.go
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2014-03-19 13:20:30 +0900
committermattn <mattn.jp@gmail.com>2014-03-19 13:20:30 +0900
commit58c62dc30cda06e4a74e18f6489bb6c112fc6e5d (patch)
tree4835896756025b8f9e0a4aaed626911395d77825 /sqlite3_other.go
parentMerge pull request #114 from jkl1337/master (diff)
parentEnable Sqlite R*Tree Module (diff)
downloadgolite-58c62dc30cda06e4a74e18f6489bb6c112fc6e5d.tar.gz
golite-58c62dc30cda06e4a74e18f6489bb6c112fc6e5d.tar.xz
Merge pull request #99 from fawick/master
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"