We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 323a32b + 2614d46 commit 323f3f4Copy full SHA for 323f3f4
sqlite3.go
@@ -15,6 +15,7 @@ package sqlite3
15
#cgo CFLAGS: -DSQLITE_TRACE_SIZE_LIMIT=15
16
#cgo CFLAGS: -DSQLITE_OMIT_DEPRECATED
17
#cgo CFLAGS: -DSQLITE_DISABLE_INTRINSIC
18
+#cgo CFLAGS: -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1
19
#cgo CFLAGS: -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT
20
#cgo CFLAGS: -Wno-deprecated-declarations
21
#ifndef USE_LIBSQLITE3
0 commit comments