Skip to content

Commit 10d2cfb

Browse files
authored
transpile: Configure generated Cargo.toml to strip debug info (#1639)
1 parent 8b96a17 commit 10d2cfb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

c2rust-transpile/src/build_files/Cargo.toml.hbs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,6 @@ features = ["libc-hash", "fixed-length-array-hash"]
5555
version = "*"
5656
{{~/if}}
5757
{{~/if}}
58+
59+
[profile.release]
60+
strip = "debuginfo"

0 commit comments

Comments
 (0)