From 05667bb860b293b44402366b3d81713b5e6a3f89 Mon Sep 17 00:00:00 2001 From: bluss Date: Wed, 9 Oct 2019 12:20:52 +0200 Subject: [PATCH] MAINT: Add debug info to profiles (for bench/profiling) --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 1b1e552..24731c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,6 +41,11 @@ std = [] array-sizes-33-128 = [] array-sizes-129-255 = [] +[profile.bench] +debug = true +[profile.release] +debug = true + [package.metadata.docs.rs] features = ["serde"]