mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-18 16:11:38 +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"
|