Skip to content

Commit 192f551

Browse files
committed
Attempt to disable LTO for only target.powerpc64le-unknown-linux-musl
1 parent ba0ff3e commit 192f551

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.cargo/config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ dev = "run --package uv-dev"
77
# See: https://github.com/astral-sh/ruff/issues/11503
88
[target.'cfg(all(target_env = "msvc", target_os = "windows"))']
99
rustflags = ["-C", "target-feature=+crt-static"]
10+
11+
[target.powerpc64le-unknown-linux-musl]
12+
lto = false

0 commit comments

Comments
 (0)