Skip to content

Commit

Permalink
refactor(backend): add in a couple more optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenclaw900 committed Oct 6, 2021
1 parent 10de8f4 commit 83d6b1d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
12 changes: 6 additions & 6 deletions src/backend/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions src/backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ serde_json = "1.0.67"
pty-process = "0.1.0"

[profile.release]
lto = true
panic = 'abort'
lto = "fat"
panic = "abort"
codegen-units = 1

0 comments on commit 83d6b1d

Please sign in to comment.