Merge pull request #284351 from samuela/samuela/sqlite
sqlite: `enableDeserialize` can be removed
This commit is contained in:
commit
98a0b78c15
1 changed files with 0 additions and 5 deletions
|
@ -5,8 +5,6 @@
|
|||
|
||||
# uses readline & ncurses for a better interactive experience if set to true
|
||||
, interactive ? false
|
||||
# TODO: can be removed since 3.36 since it is the default now.
|
||||
, enableDeserialize ? false
|
||||
|
||||
, gitUpdater
|
||||
}:
|
||||
|
@ -54,9 +52,6 @@ stdenv.mkDerivation rec {
|
|||
"-DSQLITE_SECURE_DELETE"
|
||||
"-DSQLITE_MAX_VARIABLE_NUMBER=250000"
|
||||
"-DSQLITE_MAX_EXPR_DEPTH=10000"
|
||||
] ++ lib.optionals enableDeserialize [
|
||||
# Can be removed in v3.36+, as this will become the default
|
||||
"-DSQLITE_ENABLE_DESERIALIZE"
|
||||
]);
|
||||
|
||||
# Test for features which may not be available at compile time
|
||||
|
|
Loading…
Reference in a new issue