From 7051d11536987c0d858f51eae2b34604145b93e7 Mon Sep 17 00:00:00 2001 From: Nyannyacha Date: Sat, 28 Sep 2024 05:55:42 +0000 Subject: [PATCH] chore(build): adjust release profile --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dba0e44f3..a44ab0b44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -148,5 +148,5 @@ inherits = "dev" debug-assertions = false [profile.release] -debug = "line-tables-only" -lto = true \ No newline at end of file +debug = true +lto = "thin" \ No newline at end of file