mirror of
https://github.com/lencx/ChatGPT.git
synced 2024-10-01 01:06:13 -04:00
10 lines
182 B
TOML
10 lines
182 B
TOML
[workspace]
|
|
members = ["src-tauri"]
|
|
|
|
# fix: mac v1.2.0 can not copy/paste
|
|
# https://github.com/tauri-apps/tauri/issues/5669
|
|
[profile.release]
|
|
strip = true
|
|
lto = true
|
|
opt-level = "s"
|