Skip to content

Commit 6037c12

Browse files
committed
Disable lto to workaround crash
See #66
1 parent b15f643 commit 6037c12

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ resolver = "2"
88

99
[profile.release-lto]
1010
inherits = "release"
11-
lto = "thin"
11+
# Temporarily disabled to fix notify crash
12+
# See https://github.com/encounter/objdiff/issues/66
13+
#lto = "thin"
1214
strip = "debuginfo"

0 commit comments

Comments
 (0)