mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
Add lto thin (#410)
This commit is contained in:
parent
7994ec24d8
commit
19ce30a5ef
|
@ -9,7 +9,8 @@ documentation = "https://docs.rs/kanidm/latest/kanidm/"
|
|||
homepage = "https://github.com/kanidm/kanidm/"
|
||||
repository = "https://github.com/kanidm/kanidm/"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
[profile.release]
|
||||
lto = "thin"
|
||||
|
||||
[lib]
|
||||
name = "kanidm_unix_common"
|
||||
|
|
|
@ -9,6 +9,9 @@ documentation = "https://docs.rs/kanidm/latest/kanidm/"
|
|||
homepage = "https://github.com/kanidm/kanidm/"
|
||||
repository = "https://github.com/kanidm/kanidm/"
|
||||
|
||||
[profile.release]
|
||||
lto = "thin"
|
||||
|
||||
[lib]
|
||||
name = "kanidm"
|
||||
path = "src/lib/lib.rs"
|
||||
|
|
Loading…
Reference in a new issue