diff options
author | stephan <stephan@noemail.net> | 2024-05-30 17:56:26 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2024-05-30 17:56:26 +0000 |
commit | 4c86b2db0fff39f8f2d00ecd39d9ebfeed97d758 (patch) | |
tree | 42217cdf50f02ea14bb44c72ad4a4c9fdbe4f084 /src | |
parent | 1344b540d92f65c7a981b2aaaf3982687f9f792f (diff) | |
download | sqlite-4c86b2db0fff39f8f2d00ecd39d9ebfeed97d758.tar.gz sqlite-4c86b2db0fff39f8f2d00ecd39d9ebfeed97d758.zip |
Remove the unconditional SQLITE_OMIT_WAL when building in wasi-sdk mode, per [forum:80003e91a7a6cb4d|requests in the forum].
FossilOrigin-Name: dcc2bb2c562e97e090174d4d0970bfa1551e5eb4db022e6d232c4dd786818e45
Diffstat (limited to 'src')
-rw-r--r-- | src/sqlite.h.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sqlite.h.in b/src/sqlite.h.in index ae8208842..8cca64836 100644 --- a/src/sqlite.h.in +++ b/src/sqlite.h.in @@ -10832,8 +10832,6 @@ int sqlite3_deserialize( #if defined(__wasi__) # undef SQLITE_WASI # define SQLITE_WASI 1 -# undef SQLITE_OMIT_WAL -# define SQLITE_OMIT_WAL 1/* because it requires shared memory APIs */ # ifndef SQLITE_OMIT_LOAD_EXTENSION # define SQLITE_OMIT_LOAD_EXTENSION # endif |