mirror of
https://github.com/encounter/objdiff.git
synced 2025-06-09 08:03:30 +00:00
15 lines
273 B
TOML
15 lines
273 B
TOML
[workspace]
|
|
members = [
|
|
"objdiff-cli",
|
|
"objdiff-core",
|
|
"objdiff-gui",
|
|
]
|
|
resolver = "2"
|
|
|
|
[profile.release-lto]
|
|
inherits = "release"
|
|
# Temporarily disabled to fix notify crash
|
|
# See https://github.com/encounter/objdiff/issues/66
|
|
#lto = "thin"
|
|
strip = "debuginfo"
|