We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b15f643 commit 6037c12Copy full SHA for 6037c12
Cargo.toml
@@ -8,5 +8,7 @@ resolver = "2"
8
9
[profile.release-lto]
10
inherits = "release"
11
-lto = "thin"
+# Temporarily disabled to fix notify crash
12
+# See https://github.com/encounter/objdiff/issues/66
13
+#lto = "thin"
14
strip = "debuginfo"
0 commit comments