diff options
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" |