objdiff/Cargo.toml
2024-06-03 18:58:25 -06:00

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"