Skip to content

Commit

Permalink
fix: rpath description
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhyll committed May 13, 2024
1 parent cb0976b commit 5bd529a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/concepts/size.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ The features are documented according to the following format.
- [strip:](https://doc.rust-lang.org/cargo/reference/profiles.html#strip) Strip either symbols or debuginfo from a binary.
- `dev` `omit | true`: You want debug symbols during development.
- `release` `true`: Reduces app size by removing debug symbols.
- [rpath:](https://doc.rust-lang.org/cargo/reference/profiles.html#rpath)
- [rpath:](https://doc.rust-lang.org/cargo/reference/profiles.html#rpath) Assists in finding the dynamic libraries the binary requires by hard coding information into the binary.
- `dev` `omit | false`: Irrelevant during development.
- `release` `omit | false`: Reduces app size, the default is false.

Expand Down

0 comments on commit 5bd529a

Please sign in to comment.