diff --git a/.cargo/config.toml b/.cargo/config.toml index 9c7d3a7588ebf..f151457b1560f 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -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