From 54b6cb4a3140980629bf29521ccc7e02045517be Mon Sep 17 00:00:00 2001 From: thesimplekid Date: Sun, 14 Jan 2024 23:13:45 +0000 Subject: [PATCH] chore: flakebox lint --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index f8d5579c..e973f37b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,3 +30,11 @@ tracing = { version = "0.1", default-features = false } tracing-subscriber = "0.3" uniffi = "0.24" thiserror = "1.0.50" + +[profile] + +[profile.ci] +inherits = "dev" +incremental = false +debug = "line-tables-only" +lto = "off"