Skip to content
This repository was archived by the owner on Nov 6, 2020. It is now read-only.

Commit 94e5824

Browse files
author
Andronik Ordian
committed
enable lto, disable unwinding
1 parent bff0bed commit 94e5824

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ name = "parity"
122122

123123
[profile.release]
124124
debug = false
125+
lto = true
126+
panic = "abort"
125127

126128
[workspace]
127129
# This should only list projects that are not

0 commit comments

Comments
 (0)