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 7e715fb commit 2dd5ecfCopy full SHA for 2dd5ecf
Cargo.toml
@@ -469,6 +469,7 @@ version = "0.6.3"
469
[profile.release]
470
codegen-units = 1 # Reduce the number of codegen units to increase optimizations
471
lto = true # Enable fat LTO
472
+debug = "limited" # Include some debug symbols in the release build
473
474
# A few profile opt-level tweaks to make the test suite run faster
475
[profile.dev.package]
0 commit comments