Disable lto to workaround crash

See #66
This commit is contained in:
Luke Street 2024-06-03 18:58:25 -06:00
parent b15f643713
commit 6037c12ad0
1 changed files with 3 additions and 1 deletions

View File

@ -8,5 +8,7 @@ resolver = "2"
[profile.release-lto]
inherits = "release"
lto = "thin"
# Temporarily disabled to fix notify crash
# See https://github.com/encounter/objdiff/issues/66
#lto = "thin"
strip = "debuginfo"