Cargo.toml: enable lto
Build and test / check (push) Successful in 44s
Build and test / build-static-library (push) Successful in 56s
Build and test / test (push) Successful in 1m3s
Build and test / build-dynamic-library (push) Successful in 1m44s
Run nix flake check / build (push) Successful in 6m25s

This commit is contained in:
2026-06-09 10:25:37 +09:00
parent d196510f26
commit 9adfd813e6
+4
View File
@@ -13,3 +13,7 @@ sqlite3_ext = { version = "0.2.1" }
default = [ ]
# default = [ "static" ]
static = ["sqlite3_ext/static", "sqlite3_ext/static_modern"]
[profile.release]
strip = "debuginfo"
lto = true