Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dvc94ch committed Feb 27, 2018
1 parent d37081a commit eb605c9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,11 @@ riscv-rust-quickstart = { path = "riscv-rust-quickstart" }

[profile.release]
debug = true
lto = true
lto = true

[profile.dev]
debug = true
lto = true
# workaround rust-lang/rust#47074
codegen-units = 1
incremental = false

0 comments on commit eb605c9

Please sign in to comment.