mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-29 06:18:12 +03:00
11 lines
274 B
TOML
11 lines
274 B
TOML
|
[workspace]
|
||
|
members = [
|
||
|
"packages/butler",
|
||
|
"packages/tauri",
|
||
|
]
|
||
|
|
||
|
[profile.release]
|
||
|
codegen-units = 1 # Compile crates one after another so the compiler can optimize better
|
||
|
lto = true # Enables link to optimizations
|
||
|
opt-level = "s" # Optimize for binary size
|