Skip to content

Commit

Permalink
Enable sqlite3 serialization in redbean (#1349)
Browse files Browse the repository at this point in the history
This fixes a failing demo page, that requires us to enable serialization
in the lsqlite3 library that's used by the redbean server.
  • Loading branch information
himanshupal authored Jan 5, 2025
1 parent 29eb7e6 commit f0b0f92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tool/net/BUILD.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down

0 comments on commit f0b0f92

Please sign in to comment.