Skip to content

Commit 241bc71

Browse files
committed
Enable Geopoly
1 parent 2bbb9d3 commit 241bc71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sqlite3.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ package sqlite3
2626
#cgo CFLAGS: -DSQLITE_ENABLE_JSON1
2727
#cgo CFLAGS: -DSQLITE_ENABLE_DBSTAT_VTAB
2828
#cgo CFLAGS: -DSQLITE_MEMDB_DEFAULT_MAXSIZE=2147483648
29+
#cgo CFLAGS: -DSQLITE_ENABLE_GEOPOLY=1
2930
#cgo CFLAGS: -Wno-deprecated-declarations
3031
#cgo openbsd CFLAGS: -I/usr/local/include
3132
#cgo openbsd LDFLAGS: -L/usr/local/lib

0 commit comments

Comments
 (0)