Skip to content

Commit 2495462

Browse files
committed
Use full lto for release profile
1 parent a2da0df commit 2495462

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ Rust compiler symbol demangling.
1414
[workspace]
1515
members = ["rustc-demangle-capi"]
1616

17+
[profile.release]
18+
lto = true
19+
codegen-units = 1
20+
incremental = false

0 commit comments

Comments
 (0)