From f2e1ac484ef164330cd13eaaa203ed4588d6257e Mon Sep 17 00:00:00 2001 From: Suya1671 Date: Mon, 23 Jun 2025 18:09:50 +0200 Subject: [PATCH] build: add better release profile flags --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 75cf1da..4c15b22 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,3 +51,7 @@ indoc = "2.0.6" [features] encrypt = ["libsqlite3-sys/bundled-sqlcipher"] + +[profile.release] +lto = "thin" +codegen-units = 1