Skip to content

Commit f0b0f92

Browse files
authored
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.
1 parent 29eb7e6 commit f0b0f92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tool/net/BUILD.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ o/$(MODE)/tool/net/redbean.dbg: \
117117

118118
o/$(MODE)/tool/net/lsqlite3.o: private \
119119
CFLAGS += \
120-
-DSQLITE_ENABLE_SESSION
120+
-DSQLITE_ENABLE_SESSION \
121+
-DSQLITE_ENABLE_DESERIALIZE
121122

122123
# REDBEAN-DEMO
123124
#

0 commit comments

Comments
 (0)