We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
target.powerpc64le-unknown-linux-musl
1 parent ba0ff3e commit 192f551Copy full SHA for 192f551
.cargo/config.toml
@@ -7,3 +7,6 @@ dev = "run --package uv-dev"
7
# See: https://github.com/astral-sh/ruff/issues/11503
8
[target.'cfg(all(target_env = "msvc", target_os = "windows"))']
9
rustflags = ["-C", "target-feature=+crt-static"]
10
+
11
+[target.powerpc64le-unknown-linux-musl]
12
+lto = false
0 commit comments