diff options
author | iximeow <me@iximeow.net> | 2019-03-10 17:40:38 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-01-12 16:10:13 -0800 |
commit | fc87dfea6408d378cd5a417f4a5a4dd448df5358 (patch) | |
tree | e7351097baecbb4ab532e5e05b4b4356f6eceb90 /Cargo.toml | |
parent | 5697c17af9ba0854f37edc5970ec862c446002d2 (diff) |
add build configs and tweak lifetimes to match yaxpeax-arch adjustments
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -24,6 +24,14 @@ path = "test/test.rs" name = "bench" path = "test/bench.rs" +[profile.bench] +opt-level = 3 +lto = true + +[profile.release] +opt-level = 3 +lto = true + [features] default = [] |