Skip to content
This repository has been archived by the owner on Mar 2, 2021. It is now read-only.

Commit

Permalink
Build benchmarks with debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzgen committed Apr 4, 2019
1 parent c0492de commit 9194053
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ features = [
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
criterion = "0.2.10"

[profile.bench]
debug = true

[profile.release]
incremental = false
lto = true
Expand Down

0 comments on commit 9194053

Please sign in to comment.