Skip to content

Commit 2dd5ecf

Browse files
committed
Include debug symbols in release builds
1 parent 7e715fb commit 2dd5ecf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,7 @@ version = "0.6.3"
469469
[profile.release]
470470
codegen-units = 1 # Reduce the number of codegen units to increase optimizations
471471
lto = true # Enable fat LTO
472+
debug = "limited" # Include some debug symbols in the release build
472473

473474
# A few profile opt-level tweaks to make the test suite run faster
474475
[profile.dev.package]

0 commit comments

Comments
 (0)