Skip to content

Commit

Permalink
Enable Geopoly
Browse files Browse the repository at this point in the history
  • Loading branch information
otoolep committed Sep 9, 2024
1 parent 2bbb9d3 commit 241bc71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sqlite3.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ package sqlite3
#cgo CFLAGS: -DSQLITE_ENABLE_JSON1
#cgo CFLAGS: -DSQLITE_ENABLE_DBSTAT_VTAB
#cgo CFLAGS: -DSQLITE_MEMDB_DEFAULT_MAXSIZE=2147483648
#cgo CFLAGS: -DSQLITE_ENABLE_GEOPOLY=1
#cgo CFLAGS: -Wno-deprecated-declarations
#cgo openbsd CFLAGS: -I/usr/local/include
#cgo openbsd LDFLAGS: -L/usr/local/lib
Expand Down

0 comments on commit 241bc71

Please sign in to comment.