From 3f3e40506793d7622166ff7d16c131456bf5be97 Mon Sep 17 00:00:00 2001 From: Лач Date: Tue, 09 Jun 2020 18:33:32 +0000 Subject: [PATCH] test: change opt-level to ensure function inlining is performed --- --- a/Cargo.toml +++ b/Cargo.toml @@ -12,3 +12,6 @@ codegen-units = 1 debug = 0 panic = "abort" + +[profile.test] +opt-level = 1 -- gitstuff