We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ff5bdf commit 6fb4c1cCopy full SHA for 6fb4c1c
README.md
@@ -198,7 +198,8 @@ host: x86_64-apple-darwin
198
# Use that target triple when building with build-std.
199
# Add the =std,panic_abort to the option to make panic = "abort" Cargo.toml option work.
200
# See: https://github.com/rust-lang/wg-cargo-std-aware/issues/56
201
-$ RUSTFLAGS="-Zlocation-detail=none" cargo +nightly build -Z build-std=std,panic_abort \
+$ RUSTFLAGS="-Zlocation-detail=none -Zfmt-debug=none" cargo +nightly build \
202
+ -Z build-std=std,panic_abort \
203
-Z build-std-features="optimize_for_size" \
204
--target x86_64-apple-darwin --release
205
```
0 commit comments