mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-17 23:51:43 +03:00
12 lines
146 B
TOML
12 lines
146 B
TOML
[workspace]
|
|
members = [
|
|
"./*/src-tauri/",
|
|
]
|
|
|
|
[profile.release]
|
|
panic = "abort"
|
|
codegen-units = 1
|
|
lto = true
|
|
incremental = false
|
|
opt-level = "s"
|