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
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user