Enable sqlite3 serialization in redbean (#1349)

This fixes a failing demo page, that requires us to enable serialization
in the lsqlite3 library that's used by the redbean server.
This commit is contained in:
Himanshu Pal 2025-01-06 03:29:10 +05:30 committed by GitHub
parent 29eb7e67bb
commit f0b0f926bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -117,7 +117,8 @@ o/$(MODE)/tool/net/redbean.dbg: \
o/$(MODE)/tool/net/lsqlite3.o: private \
CFLAGS += \
-DSQLITE_ENABLE_SESSION
-DSQLITE_ENABLE_SESSION \
-DSQLITE_ENABLE_DESERIALIZE
# REDBEAN-DEMO
#