Skip to content

Commit 5a43202

Browse files
committed
chore: remove debug size
1 parent b167889 commit 5a43202

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,8 @@ inherits = "release"
217217
lto = "fat"
218218

219219
[profile.release-debug]
220-
debug = true
220+
# reduce debug size for linux
221+
debug = 'limited'
221222
inherits = "release"
222223
split-debuginfo = "off"
223224
strip = false

0 commit comments

Comments
 (0)