Skip to content

Commit 6f81e76

Browse files
authored
fix: set debug none for release profile (#9664)
1 parent 0cc5355 commit 6f81e76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ split-debuginfo = "unpacked"
6767
[profile.release]
6868
opt-level = 3
6969
lto = "thin"
70-
debug = "line-tables-only"
70+
debug = "none"
7171
strip = "debuginfo"
7272
panic = "abort"
7373
codegen-units = 16

0 commit comments

Comments
 (0)