Enable debug symbols in benchmarks

For profiling
This commit is contained in:
Matthew Gordon 2020-03-19 22:37:13 -04:00
parent 3afbc600e6
commit 50d9848faa
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ opt-level = 3
opt-level = 3
lto = true
codegen-units = 1
debug = true
[profile.release]
opt-level = 3