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 12e093d commit 1d88a3fCopy full SHA for 1d88a3f
‎Cargo.toml‎
@@ -16,7 +16,9 @@ text-size.opt-level = 3
16
miniz_oxide.opt-level = 3
17
18
[profile.release]
19
-incremental = true
+# We do want incremental release builds, but they are broken at the moment :(
20
+# https://github.com/rust-lang/rust/issues/85003#issuecomment-833796289
21
+incremental = false
22
debug = 0 # Set this to 1 or 2 to get more useful backtraces in debugger.
23
24
[patch.'crates-io']
0 commit comments