Skip to content

Commit

Permalink
Attempt to disable LTO for only target.powerpc64le-unknown-linux-musl
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Aug 9, 2024
1 parent ba0ff3e commit 192f551
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ dev = "run --package uv-dev"
# See: https://github.com/astral-sh/ruff/issues/11503
[target.'cfg(all(target_env = "msvc", target_os = "windows"))']
rustflags = ["-C", "target-feature=+crt-static"]

[target.powerpc64le-unknown-linux-musl]
lto = false

0 comments on commit 192f551

Please sign in to comment.