From 256008862fc0eac27d2465d8b6e5140faa4c5c62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Tue, 9 Feb 2021 20:03:06 +0100 Subject: enable debug symbols in release --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index f6b763f..9ad97e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,6 +18,7 @@ criterion = { version = "0.3", optional = true } [profile.release] lto = "thin" +debug = true [[bench]] name = "sylt_benchmark" -- cgit v1.2.1