mirror of
https://github.com/NotAShelf/microfetch.git
synced 2026-05-07 07:45:07 +00:00
build: be more aggressive with linker optimizations; wrap mold
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I0e3132ab1499684eda715c3cee9b27a16a6a6964
This commit is contained in:
parent
5ce0f3b1e8
commit
781de52ca6
4 changed files with 69 additions and 9 deletions
|
|
@ -11,14 +11,14 @@ repository = "https://github.com/notashelf/microfetch"
|
|||
publish = false
|
||||
|
||||
[dependencies]
|
||||
hotpath = { optional = true, version = "0.14.0" }
|
||||
hotpath = { optional = true, version = "0.14.0" }
|
||||
microfetch-alloc.workspace = true
|
||||
microfetch-lib.workspace = true
|
||||
microfetch-asm.workspace = true
|
||||
microfetch-asm.workspace = true
|
||||
microfetch-lib.workspace = true
|
||||
|
||||
[features]
|
||||
hotpath = [ "dep:hotpath" ]
|
||||
hotpath-alloc = [ "hotpath/hotpath-alloc" ]
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue