Skip to content

Commit 32db38e

Browse files
committed
0707
1 parent 73731d2 commit 32db38e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

devel/0707.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# [0707] 设置构建选项 loro 默认值为 true

xmake/options.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ option("debug_with_timestamp")
6969
option_end()
7070

7171
option("loro")
72-
set_default(false)
72+
set_default(true)
7373
set_description("Enable Loro CRDT FFI (builds 3rdparty/mogan-loro-ffi via cargo)")
7474
option_end()

0 commit comments

Comments
 (0)