Skip to content

Commit ee49589

Browse files
committed
bump wild and enable ThinLTO
1 parent c99b3ff commit ee49589

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

src/tools/wild-linker/Cargo.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543"
441441
[[package]]
442442
name = "libwild"
443443
version = "0.5.0"
444-
source = "git+https://github.com/davidlattimore/wild?rev=35f1e6e#35f1e6ee7ee8859a8829a13daae81d2480958ac3"
444+
source = "git+https://github.com/davidlattimore/wild?rev=90d0b4f#90d0b4fc03c23af2cd446df44f73d056418827bd"
445445
dependencies = [
446446
"anyhow",
447447
"atomic-take",
@@ -498,7 +498,7 @@ dependencies = [
498498
[[package]]
499499
name = "linker-layout"
500500
version = "0.5.0"
501-
source = "git+https://github.com/davidlattimore/wild?rev=35f1e6e#35f1e6ee7ee8859a8829a13daae81d2480958ac3"
501+
source = "git+https://github.com/davidlattimore/wild?rev=90d0b4f#90d0b4fc03c23af2cd446df44f73d056418827bd"
502502
dependencies = [
503503
"anyhow",
504504
"postcard",
@@ -508,7 +508,7 @@ dependencies = [
508508
[[package]]
509509
name = "linker-trace"
510510
version = "0.5.0"
511-
source = "git+https://github.com/davidlattimore/wild?rev=35f1e6e#35f1e6ee7ee8859a8829a13daae81d2480958ac3"
511+
source = "git+https://github.com/davidlattimore/wild?rev=90d0b4f#90d0b4fc03c23af2cd446df44f73d056418827bd"
512512
dependencies = [
513513
"anyhow",
514514
"postcard",
@@ -518,7 +518,7 @@ dependencies = [
518518
[[package]]
519519
name = "linker-utils"
520520
version = "0.5.0"
521-
source = "git+https://github.com/davidlattimore/wild?rev=35f1e6e#35f1e6ee7ee8859a8829a13daae81d2480958ac3"
521+
source = "git+https://github.com/davidlattimore/wild?rev=90d0b4f#90d0b4fc03c23af2cd446df44f73d056418827bd"
522522
dependencies = [
523523
"anyhow",
524524
"leb128",

src/tools/wild-linker/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ version = "0.1.0"
44
edition = "2024"
55

66
[dependencies]
7-
libwild = { git = "https://github.com/davidlattimore/wild", rev = "35f1e6e" }
7+
libwild = { git = "https://github.com/davidlattimore/wild", rev = "90d0b4f" }
8+
9+
[profile.release]
10+
lto = "thin"

0 commit comments

Comments
 (0)