Skip to content

Commit

Permalink
enable link time optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Klein committed Aug 13, 2019
1 parent 5ccc4af commit ae287fe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
members = ['rust']

[profile.release]
panic = 'abort'
# Panics should only be caused by logic errors and are considered bugs
panic = 'abort'
# Link time Optimization
lto = true

0 comments on commit ae287fe

Please sign in to comment.