This commit is contained in:
Simon Gardling
2022-05-03 21:54:42 -04:00
parent e00415cad6
commit 88ee6c7b8d
2 changed files with 10 additions and 1 deletions

View File

@@ -27,6 +27,13 @@ opt-level = 0
lto = "thin"
strip = false
[profile.bench]
debug = true
codegen-units = 1
opt-level = 3
lto = "thin"
strip = false
[dependencies]
parsing = { path = "./parsing" }
benchmarks = { path = "./benchmarks" }