From fc87dfea6408d378cd5a417f4a5a4dd448df5358 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 10 Mar 2019 17:40:38 -0700 Subject: add build configs and tweak lifetimes to match yaxpeax-arch adjustments --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 51c590e..27c7f43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = [] -- cgit v1.1