Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions cgosqlite/cgosqlite.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ package cgosqlite
#cgo CFLAGS: -DSQLITE_TEMP_STORE=1
#cgo CFLAGS: -DHAVE_USLEEP=1
// The timestamp VFS shim.
#cgo CFLAGS: -DSQLITE_EXTRA_INIT=sqlite3_register_tmstmpvfs
#cgo CFLAGS: -DSQLITE_TMSTMPVFS_STATIC=1
// Select POSIX 2014 at least for clock_gettime.
#cgo CFLAGS: -D_XOPEN_SOURCE=600
#cgo CFLAGS: -D_DARWIN_C_SOURCE=1
Expand Down
Loading