mirror of
https://github.com/ncruces/go-sqlite3.git
synced 2026-01-12 05:59:14 +00:00
Use SIMD libc.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
// Use the default callback, not the Go one we patched in.
|
||||
#define sqliteBusyCallback sqliteDefaultBusyCallback
|
||||
|
||||
#include "strings.c"
|
||||
// Amalgamation
|
||||
#include "sqlite3.c"
|
||||
// VFS
|
||||
|
||||
Binary file not shown.
@@ -1,6 +1,7 @@
|
||||
// Use the default callback, not the Go one we patched in.
|
||||
#define sqliteBusyCallback sqliteDefaultBusyCallback
|
||||
|
||||
#include "strings.c"
|
||||
// Amalgamation
|
||||
#include "sqlite3.c"
|
||||
// VFS
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user