From ce411910a9aa2af17c906b8fc2de3e6d264d675a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Saparelli?= Date: Mon, 9 Jan 2023 23:30:35 +1300 Subject: [PATCH] Linux split debuginfo is already here actually (#672) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6739e2b2..5bfff1f7 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ Supported crates such as `cargo-binstall` itself can also be updated with `cargo - Can I use it in CI? - Yes! For GitHub Actions, we recommend the excellent [taiki-e/install-action](https://github.com/marketplace/actions/install-development-tools), which has explicit support for selected tools and uses `cargo-binstall` for everything else. - Are debug symbols available? - - Yes! Extra pre-built packages with a `.full` suffix are available and contain split debuginfo (for Windows and macOS, Linux coming soon), documentation files, and extra binaries like the `detect-wasi` utility. + - Yes! Extra pre-built packages with a `.full` suffix are available and contain split debuginfo, documentation files, and extra binaries like the `detect-wasi` utility. ---