Skip to content

Commit 613b2af

Browse files
committed
docs: fix codespell flag on ADR-00021 (consequentially -> significantly)
Pre-commit's codespell hook flagged "consequentially" as a misspelling of "consequently"; reworded to "most significantly" instead, which reads more naturally in context. Signed-off-by: Ryan Carbotte <ryancarbotte@gmail.com>
1 parent b570be5 commit 613b2af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/developing/decisions/00021-split-debuginfo-x86-64-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ deciders: Ryan Carbotte
1313
had none, so x86_64 Linux builds silently fell back to the generic `[build]` rustflags — a per-target table
1414
fully replaces `[build]` rather than merging with it, so falling back meant losing every non-warning flag the
1515
other targets carried: the `tokio_unstable`/`uuid_unstable` cfgs, the `force-unwind-tables`/`force-frame-pointers`
16-
codegen flags, and, most consequentially, `split-debuginfo`. With no `split-debuginfo` set, x86_64 Linux used
16+
codegen flags, and, most significantly, `split-debuginfo`. With no `split-debuginfo` set, x86_64 Linux used
1717
rustc's platform default of `off` — full DWARF **embedded directly in the binary**, not absent. The
1818
`[profile.release-lto]` profile set `debug = 2` for every platform, so that embedded DWARF landed directly in
1919
the `.so` instead of being split into a companion file, producing a release binary noticeably larger than

0 commit comments

Comments
 (0)