mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-30 19:17:36 +00:00
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:
parent
29eb7e67bb
commit
f0b0f926bf
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue