Skip to content

Commit 0ea6c60

Browse files
authored
chore(build): adjust release profile (#417)
1 parent db2cc41 commit 0ea6c60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,5 +148,5 @@ inherits = "dev"
148148
debug-assertions = false
149149

150150
[profile.release]
151-
debug = "line-tables-only"
152-
lto = true
151+
debug = true
152+
lto = "thin"

0 commit comments

Comments
 (0)