mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-30 14:27:54 +00:00
Add experiment to produce precompiled builds of serde_derive
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
[workspace]
|
||||
members = ["proc-macro2", "serde_derive"]
|
||||
resolver = "2"
|
||||
|
||||
[patch.crates-io]
|
||||
proc-macro2 = { path = "proc-macro2" }
|
||||
|
||||
[profile.precompiled]
|
||||
inherits = "release"
|
||||
codegen-units = 1
|
||||
lto = true
|
||||
opt-level = "z"
|
||||
panic = "abort"
|
||||
strip = true
|
||||
Reference in New Issue
Block a user