Skip to content

Commit

Permalink
fix: nightly toolchain and disable link time optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
roynalnaruto committed Mar 12, 2021
1 parent 4484039 commit 4bd204b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ edition = "2018"
[lib]
crate-type = ["staticlib"]

[profile.release]
lto = false

[dependencies]
arrayref = "0.3.6"
bincode = "1.3.1"
Expand Down
1 change: 1 addition & 0 deletions rust/rust-toolchain
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nightly-2020-10-05

0 comments on commit 4bd204b

Please sign in to comment.