mirror of
https://github.com/isar/rusqlite.git
synced 2025-02-22 15:58:14 +08:00
Update build.rs
This commit is contained in:
parent
b837d3d0b6
commit
caf06f8cde
@ -282,6 +282,7 @@ mod build_bundled {
|
||||
cfg.flag("-DSQLITE_OS_OTHER")
|
||||
.flag("-DSQLITE_TEMP_STORE=3")
|
||||
.flag("-DSQLITE_OMIT_LOCALTIME")
|
||||
.flag("-DLONGDOUBLE_TYPE=double")
|
||||
.flag("-Wno-incompatible-library-redeclaration");
|
||||
|
||||
let supported_features = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user