mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-10 16:09:17 +03:00
d28c887237
Co-authored-by: Peng Xiao <pengxiao@outlook.com>
12 lines
201 B
TOML
12 lines
201 B
TOML
[workspace]
|
|
members = ["./packages/native", "./packages/native/schema"]
|
|
|
|
[profile.dev.package.sqlx-macros]
|
|
opt-level = 3
|
|
|
|
[profile.release]
|
|
lto = true
|
|
codegen-units = 1
|
|
opt-level = 3
|
|
strip = "symbols"
|