Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions devel/0707.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# [0707] 设置构建选项 loro 默认值为 true
2 changes: 1 addition & 1 deletion xmake/options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ option("debug_with_timestamp")
option_end()

option("loro")
set_default(false)
set_default(true)
set_description("Enable Loro CRDT FFI (builds 3rdparty/mogan-loro-ffi via cargo)")
option_end()
Loading