mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 16:29:20 +08:00
little speedup for bundled sqlite3.c
This commit is contained in:
parent
c1142c309e
commit
8cdfaf36ae
@ -104,6 +104,9 @@ mod build_bundled {
|
||||
} else {
|
||||
cfg.flag("-DSQLITE_HAVE_ISNAN");
|
||||
}
|
||||
if cfg!(not(target_os = "windows")) {
|
||||
cfg.flag("-DHAVE_LOCALTIME_R");
|
||||
}
|
||||
if cfg!(feature = "unlock_notify") {
|
||||
cfg.flag("-DSQLITE_ENABLE_UNLOCK_NOTIFY");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user